We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99800b9 commit 6312039Copy full SHA for 6312039
1 file changed
test/pre-commit.bats
@@ -41,7 +41,7 @@ load test_helper
41
[ $status -eq 0 ]
42
# Ensure deleted files are filtered out of the grep
43
rm $TEST_REPO/data.txt
44
- echo 'aaa' $TEST_REPO/data_2.txt
+ echo 'aaa' > $TEST_REPO/data_2.txt
45
run git add -A
46
run git commit -m 'This is also fine'
47
0 commit comments