We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a477abe + 58166c2 commit 8f3ba42Copy full SHA for 8f3ba42
t/t0021-conversion.sh
@@ -390,6 +390,9 @@ test_expect_success PERL 'required process filter should filter data' '
390
EOF
391
test_cmp_exclude_clean expected.log debug.log &&
392
393
+ # Make sure that the file appears dirty, so checkout below has to
394
+ # run the configured filter.
395
+ touch test.r &&
396
filter_git checkout --quiet --no-progress empty-branch &&
397
cat >expected.log <<-EOF &&
398
START
0 commit comments