diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-08-26 11:10:19 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-08-26 11:10:19 -0700 |
| commit | a5e4f53baffe2a601bebd2805033e2731bfbf454 (patch) | |
| tree | 76e5b6239a13238e1f1958b69cfe1ea6dbf15e7b | |
| parent | 5613c83f306870cbd0d4d4b3e7afb626c74536a8 (diff) | |
| parent | 7c7516b8db8b2e6d03379c0e81292cc11e7836bf (diff) | |
| download | git-a5e4f53baffe2a601bebd2805033e2731bfbf454.tar.gz | |
Merge branch 'jc/jl-git-no-advice-fix' into maint-2.46
Remove leftover debugging cruft from a test script.
* jc/jl-git-no-advice-fix:
t0018: remove leftover debugging cruft
| -rwxr-xr-x | t/t0018-advice.sh | 1 |
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 ' |
