Skip to content

Commit 6312039

Browse files
committed
Add missing redirection in test case
1 parent 99800b9 commit 6312039

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/pre-commit.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ load test_helper
4141
[ $status -eq 0 ]
4242
# Ensure deleted files are filtered out of the grep
4343
rm $TEST_REPO/data.txt
44-
echo 'aaa' $TEST_REPO/data_2.txt
44+
echo 'aaa' > $TEST_REPO/data_2.txt
4545
run git add -A
4646
run git commit -m 'This is also fine'
4747
[ $status -eq 0 ]

0 commit comments

Comments
 (0)