Skip to content

Commit

Permalink
Merge branch 'tg/t0021-racefix'
Browse files Browse the repository at this point in the history
A test fix.

* tg/t0021-racefix:
  t0021: make sure clean filter runs
  • Loading branch information
gitster committed Sep 9, 2019
2 parents a477abe + 58166c2 commit 8f3ba42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/t0021-conversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,9 @@ test_expect_success PERL 'required process filter should filter data' '
EOF
test_cmp_exclude_clean expected.log debug.log &&
# Make sure that the file appears dirty, so checkout below has to
# run the configured filter.
touch test.r &&
filter_git checkout --quiet --no-progress empty-branch &&
cat >expected.log <<-EOF &&
START
Expand Down

0 comments on commit 8f3ba42

Please sign in to comment.