Skip to content

Commit

Permalink
Merge pull request #169868 from sourishkrout/fix-git-ignore
Browse files Browse the repository at this point in the history
runme: update test to turn off gitignore
  • Loading branch information
chenrui333 committed Apr 23, 2024
2 parents b953aab + 4fc2132 commit acefa8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/r/runme.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit acefa8f

Please sign in to comment.