aboutsummaryrefslogtreecommitdiffstats
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
parentMerge branch 'tb/config-fixed-value-with-valueless-true' (diff)
parentt0018: remove leftover debugging cruft (diff)
downloadgit-5a74eb07cadfc56bdfe5b5c6711370da8426fae8.tar.gz
git-5a74eb07cadfc56bdfe5b5c6711370da8426fae8.zip
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
-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
'