summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-08-14 14:54:51 -0700
committerJunio C Hamano <gitster@pobox.com>2024-08-14 14:54:51 -0700
commit5a74eb07cadfc56bdfe5b5c6711370da8426fae8 (patch)
tree02facbf46440dba2f8109cfcaa59a91822cfea48 /t
parent4cf2f1be5639a3dc3e46ad7fbd71ad1dc16d5458 (diff)
parent7c7516b8db8b2e6d03379c0e81292cc11e7836bf (diff)
Merge branch 'jc/jl-git-no-advice-fix'
Remove leftover debugging cruft from a test script. * jc/jl-git-no-advice-fix: t0018: remove leftover debugging cruft
Diffstat (limited to 't')
-rwxr-xr-xt/t0018-advice.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t0018-advice.sh b/t/t0018-advice.sh
index 29306b367c..fac52322a7 100755
--- a/t/t0018-advice.sh
+++ b/t/t0018-advice.sh
@@ -96,7 +96,6 @@ test_expect_success 'advice should be printed when GIT_ADVICE is set to true' '
>README &&
GIT_ADVICE=true git status
) >actual &&
- cat actual > /tmp/actual &&
test_cmp expect actual
'