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' '
350
350
cd repo &&
351
351
git init &&
352
352
353
- echo "git-stderr.log" >.gitignore &&
354
353
echo "*.r filter=protocol" >.gitattributes &&
355
354
git add . &&
356
- git commit . -m "test commit 1" &&
355
+ git commit -m "test commit 1" &&
357
356
git branch empty-branch &&
358
357
359
358
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
378
test_cmp_count expected.log rot13-filter.log &&
380
379
381
- filter_git commit . -m "test commit 2" &&
380
+ filter_git commit -m "test commit 2" &&
382
381
cat >expected.log <<-EOF &&
383
382
START
384
383
init handshake complete
You can’t perform that action at this time.
0 commit comments