randomize-lines: fix audit

randomize-lines:
  * Use `system "echo", "-e", "\"` instead of `system "echo -e \"`
master
Miguel Araújo 2017-02-12 08:35:08 -03:00 committed by Mike McQuaid
parent 6636a76f06
commit 83acc1019f
1 changed files with 1 additions and 1 deletions

View File

@ -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