Skip to content

Commit a5e4f53

Browse files
committed
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
2 parents 5613c83 + 7c7516b commit a5e4f53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

t/t0018-advice.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ test_expect_success 'advice should be printed when GIT_ADVICE is set to true' '
9696
>README &&
9797
GIT_ADVICE=true git status
9898
) >actual &&
99-
cat actual > /tmp/actual &&
10099
test_cmp expect actual
101100
'
102101

0 commit comments

Comments
 (0)