Am 20.08.19 um 08:56 schrieb Thomas Gummerer:
> Fix the test by updating the mtime of test.r, ...
> diff --git a/t/t0021-conversion.sh b/t/t0021-conversion.sh
> index e10f5f787f..66f75005d5 100755
> --- a/t/t0021-conversion.sh
> +++ b/t/t0021-conversion.sh
> @@ -390,6 +390,7 @@ test_expect_success PERL 'required process filter should
> filter data' '
> EOF
> test_cmp_exclude_clean expected.log debug.log &&
>
> + touch test.r &&
test-tool chmtime +10 test.r
would be more reliable.
> filter_git checkout --quiet --no-progress empty-branch &&
> cat >expected.log <<-EOF &&
> START
>
-- Hannes