Fixing bug in test_usage

pull/107/head
Carlos Hernandez 7 years ago
parent 674a880882
commit 8a03a41e47

@ -29,7 +29,7 @@ function teardown {
@test "run 'usage' with ignored '.gitsecret/'" {
echo ".gitsecret/" >> ".gitignore"
echo ".gitsecret" >> ".gitignore"
run git secret usage
[ "$status" -eq 1 ]

Loading…
Cancel
Save