File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -350,10 +350,9 @@ test_expect_success PERL 'required process filter should filter data' '
350350 cd repo &&
351351 git init &&
352352
353- echo "git-stderr.log" >.gitignore &&
354353 echo "*.r filter=protocol" >.gitattributes &&
355354 git add . &&
356- git commit . -m "test commit 1" &&
355+ git commit -m "test commit 1" &&
357356 git branch empty-branch &&
358357
359358 cp "$TEST_ROOT/test.o" test.r &&
@@ -378,7 +377,7 @@ test_expect_success PERL 'required process filter should filter data' '
378377 EOF
379378 test_cmp_count expected.log rot13-filter.log &&
380379
381- filter_git commit . -m "test commit 2" &&
380+ filter_git commit -m "test commit 2" &&
382381 cat >expected.log <<-EOF &&
383382 START
384383 init handshake complete
You can’t perform that action at this time.
0 commit comments