Merge branch 'tg/t0021-racefix'
A test fix. * tg/t0021-racefix: t0021: make sure clean filter runs
This commit is contained in:
commit
8f3ba423e7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user