Skip to content

Commit

Permalink
ascii-art-to-unicode: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dunn committed Aug 2, 2015
1 parent 33081c2 commit 0dd751c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/ascii-art-to-unicode.rb
Expand Up @@ -27,10 +27,10 @@ def caveats; <<-EOS.undent

test do
(testpath/"test.el").write <<-EOS.undent
(add-to-list 'load-path "#{HOMEBREW_PREFIX}/share/emacs/site-lisp")
(add-to-list 'load-path "#{share}/emacs/site-lisp/ascii-art-to-unicode")
(load "ascii-art-to-unicode")
(print (minibuffer-prompt-width))
EOS
assert_equal "0", shell_output("emacs -batch -l #{testpath}/test.el").strip
assert_equal "0", shell_output("emacs -Q --batch -l #{testpath}/test.el").strip
end
end

0 comments on commit 0dd751c

Please sign in to comment.