Skip to content

Commit

Permalink
translate-shell: Fix the test
Browse files Browse the repository at this point in the history
Closes #6519.

Signed-off-by: Baptiste Fontaine <b@ptistefontaine.fr>
  • Loading branch information
bfontaine committed Nov 2, 2016
1 parent e9049fa commit 25d0b73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/translate-shell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def caveats; <<-EOS.undent
end

test do
assert_equal "Hello\n", shell_output("#{bin}/trans -no-init -b -s fr -t en bonjour")
assert_equal "hello\n",
shell_output("#{bin}/trans -no-init -b -s fr -t en bonjour").downcase
end
end

0 comments on commit 25d0b73

Please sign in to comment.