Skip to content

Commit

Permalink
fanyi: fix test for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
n-thumann committed Oct 16, 2022
1 parent 4e52a85 commit 1702283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/fanyi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ def install
end

test do
assert_match "爱", shell_output("#{bin}/fanyi lov 2>/dev/null")
assert_match "爱", shell_output("#{bin}/fanyi --no-say love 2>/dev/null")
end
end

0 comments on commit 1702283

Please sign in to comment.