diff options
| author | Junio C Hamano <gitster@pobox.com> | 2019-09-09 12:26:40 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-09-09 12:26:40 -0700 |
| commit | 8f3ba423e7149fdbe1d7e1d2f245b4c0a2a1bdfb (patch) | |
| tree | f2804f3b3d35f038367686341a809b7346ddfc7c /t | |
| parent | Merge branch 'mp/for-each-ref-missing-name-or-email' (diff) | |
| parent | t0021: make sure clean filter runs (diff) | |
| download | git-8f3ba423e7149fdbe1d7e1d2f245b4c0a2a1bdfb.tar.gz git-8f3ba423e7149fdbe1d7e1d2f245b4c0a2a1bdfb.zip | |
Merge branch 'tg/t0021-racefix'
A test fix.
* tg/t0021-racefix:
t0021: make sure clean filter runs
Diffstat (limited to 't')
| -rwxr-xr-x | t/t0021-conversion.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/t0021-conversion.sh b/t/t0021-conversion.sh index e10f5f787f..c954c709ad 100755 --- a/t/t0021-conversion.sh +++ b/t/t0021-conversion.sh @@ -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 |
