Skip to content

Commit

Permalink
Add missing redirection in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
t13a committed Feb 2, 2018
1 parent 99800b9 commit 6312039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pre-commit.bats
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ load test_helper
[ $status -eq 0 ]
# Ensure deleted files are filtered out of the grep
rm $TEST_REPO/data.txt
echo 'aaa' $TEST_REPO/data_2.txt
echo 'aaa' > $TEST_REPO/data_2.txt
run git add -A
run git commit -m 'This is also fine'
[ $status -eq 0 ]
Expand Down

0 comments on commit 6312039

Please sign in to comment.