t: drop debug `cat` calls
commit3c29e21eb047be390d3908d429669cdca3037d9f
authorMartin Ågren <martin.agren@gmail.com>
Sun, 23 Feb 2020 08:48:36 +0000 (23 09:48 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Feb 2020 19:18:25 +0000 (24 11:18 -0800)
tree9398f7ea0763ce42f8abdf2ffbdbb7c9d3f33138
parentcac439b56dd888d346b021b3b606d5e7bc3595d0
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>
t/t0021-conversion.sh
t/t1406-submodule-ref-store.sh
t/t1450-fsck.sh
t/t2107-update-index-basic.sh
t/t3007-ls-files-recurse-submodules.sh
t/t5150-request-pull.sh
t/t5409-colorize-remote-messages.sh
t/t5510-fetch.sh
t/t8003-blame-corner-cases.sh
t/t9300-fast-import.sh
t/t9800-git-p4-basic.sh