diff --git a/Formula/r/runme.rb b/Formula/r/runme.rb index e30e660bf3fca6..fa73eb717bf15a 100644 --- a/Formula/r/runme.rb +++ b/Formula/r/runme.rb @@ -39,7 +39,7 @@ def install echo "Hello World" ``` EOS - assert_match "Hello World", shell_output("#{bin}/runme run foobar") - assert_match "foobar", shell_output("#{bin}/runme list") + assert_match "Hello World", shell_output("#{bin}/runme run --git-ignore=false foobar") + assert_match "foobar", shell_output("#{bin}/runme list --git-ignore=false") end end