Skip to content

Commit 8f3ba42

Browse files
committed
Merge branch 'tg/t0021-racefix'
A test fix. * tg/t0021-racefix: t0021: make sure clean filter runs
2 parents a477abe + 58166c2 commit 8f3ba42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

t/t0021-conversion.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,9 @@ test_expect_success PERL 'required process filter should filter data' '
390390
EOF
391391
test_cmp_exclude_clean expected.log debug.log &&
392392
393+
# Make sure that the file appears dirty, so checkout below has to
394+
# run the configured filter.
395+
touch test.r &&
393396
filter_git checkout --quiet --no-progress empty-branch &&
394397
cat >expected.log <<-EOF &&
395398
START

0 commit comments

Comments
 (0)