randomize-lines: fix test
This commit is contained in:
parent
cfe10c6f2f
commit
d162eeb35d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue