From 3c29e21eb047be390d3908d429669cdca3037d9f Mon Sep 17 00:00:00 2001 From: Martin Ågren Date: Sun, 23 Feb 2020 09:48:36 +0100 Subject: t: drop debug `cat` calls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Junio C Hamano --- t/t9800-git-p4-basic.sh | 1 - 1 file changed, 1 deletion(-) (limited to 't/t9800-git-p4-basic.sh') diff --git a/t/t9800-git-p4-basic.sh b/t/t9800-git-p4-basic.sh index 5856563068..c98c1dfc23 100755 --- a/t/t9800-git-p4-basic.sh +++ b/t/t9800-git-p4-basic.sh @@ -202,7 +202,6 @@ test_expect_success 'exit when p4 fails to produce marshaled output' ' export PATH && test_expect_code 1 git p4 clone --dest="$git" //depot >errs 2>&1 ) && - cat errs && test_i18ngrep ! Traceback errs ' -- cgit v1.2.3