Skip to content

Commit 1323616

Browse files
committed
Merge branch 'ls/t0021-fixup' into maint
* ls/t0021-fixup: t0021: minor filter process test cleanup
2 parents d0366b1 + 9c48b4f commit 1323616

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

t/t0021-conversion.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)