We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0366b1 + 9c48b4f commit 1323616Copy full SHA for 1323616
1 file changed
t/t0021-conversion.sh
@@ -350,10 +350,9 @@ test_expect_success PERL 'required process filter should filter data' '
350
cd repo &&
351
git init &&
352
353
- echo "git-stderr.log" >.gitignore &&
354
echo "*.r filter=protocol" >.gitattributes &&
355
git add . &&
356
- git commit . -m "test commit 1" &&
+ git commit -m "test commit 1" &&
357
git branch empty-branch &&
358
359
cp "$TEST_ROOT/test.o" test.r &&
@@ -378,7 +377,7 @@ test_expect_success PERL 'required process filter should filter data' '
378
377
EOF
379
test_cmp_count expected.log rot13-filter.log &&
380
381
- filter_git commit . -m "test commit 2" &&
+ filter_git commit -m "test commit 2" &&
382
cat >expected.log <<-EOF &&
383
START
384
init handshake complete
0 commit comments