summaryrefslogtreecommitdiff
path: root/t/t2107-update-index-basic.sh
diff options
context:
space:
mode:
authorMartin Ågren <martin.agren@gmail.com>2020-02-23 09:48:36 +0100
committerJunio C Hamano <gitster@pobox.com>2020-02-24 11:18:25 -0800
commit3c29e21eb047be390d3908d429669cdca3037d9f (patch)
tree9398f7ea0763ce42f8abdf2ffbdbb7c9d3f33138 /t/t2107-update-index-basic.sh
parentcac439b56dd888d346b021b3b606d5e7bc3595d0 (diff)
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/t2107-update-index-basic.sh')
-rwxr-xr-xt/t2107-update-index-basic.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t2107-update-index-basic.sh b/t/t2107-update-index-basic.sh
index 2242cd098e..a30b7ca6bc 100755
--- a/t/t2107-update-index-basic.sh
+++ b/t/t2107-update-index-basic.sh
@@ -9,7 +9,6 @@ Tests for command-line parsing and basic operation.
test_expect_success 'update-index --nonsense fails' '
test_must_fail git update-index --nonsense 2>msg &&
- cat msg &&
test -s msg
'