Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'tg/t0021-racefix'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 9 Sep 2019 19:26:40 +0000
(12:26 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 9 Sep 2019 19:26:40 +0000
(12:26 -0700)
A test fix.
* tg/t0021-racefix:
t0021: make sure clean filter runs
t/t0021-conversion.sh
patch
|
blob
|
history
raw
(from parent 1:
a477abe
)
diff --git
a/t/t0021-conversion.sh
b/t/t0021-conversion.sh
index e10f5f787fca8b3f7789bcf9043d7c81929f070e..c954c709ad2f50dac563cf237f7d485a2d41b7aa 100755
(executable)
--- 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