diff options
author | Martin Ågren <martin.agren@gmail.com> | 2020-02-23 09:48:36 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-02-24 11:18:25 -0800 |
commit | 3c29e21eb047be390d3908d429669cdca3037d9f (patch) | |
tree | 9398f7ea0763ce42f8abdf2ffbdbb7c9d3f33138 /t/t0021-conversion.sh | |
parent | t9810: drop debug `cat` call (diff) | |
download | tgif-3c29e21eb047be390d3908d429669cdca3037d9f.tar.xz |
t: drop debug `cat` calls
We `cat` files, but don't inspect or grab the contents in any way.
Unlike in an earlier commit, there is no reason to suspect that these
files could be missing, so `cat`-ing them is just wasted effort.
Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t0021-conversion.sh')
-rwxr-xr-x | t/t0021-conversion.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t0021-conversion.sh b/t/t0021-conversion.sh index 6c6d77b51a..dc664da551 100755 --- a/t/t0021-conversion.sh +++ b/t/t0021-conversion.sh @@ -795,7 +795,6 @@ test_expect_success PERL 'missing file in delayed checkout' ' rm -rf repo-cloned && test_must_fail git clone repo repo-cloned 2>git-stderr.log && - cat git-stderr.log && grep "error: .missing-delay\.a. was not filtered properly" git-stderr.log ' |