randomize-lines: fix audit
randomize-lines: * Use `system "echo", "-e", "\"` instead of `system "echo -e \"`master
parent
6636a76f06
commit
83acc1019f
|
@ -19,6 +19,6 @@ class RandomizeLines < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
system "echo -e \"1\n2\n4\" | \"#{bin}/rl\" -c 1"
|
system system "echo", "-e", "\" ""1\n2\n4\" | \"#{bin}/rl\" -c 1"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue