randomize-lines: fix test

This commit is contained in:
FX Coudert 2019-11-03 17:19:19 +09:00
parent cfe10c6f2f
commit d162eeb35d

View file

@ -21,6 +21,6 @@ class RandomizeLines < Formula
end
test do
system system "echo", "-e", "\" ""1\n2\n4\" | \"#{bin}/rl\" -c 1"
system "echo", "-e", "\" ""1\n2\n4\" | \"#{bin}/rl\" -c 1"
end
end