summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-11-30 23:49:41 +0100
committerJunio C Hamano <gitster@pobox.com>2020-11-30 23:49:41 +0100
commit26d0286103644c89ccbb08799f14f6b799ec2a88 (patch)
treee079e435aa174cbec5d74634c2d990b02601752c /t
parentMerge branch 'js/t2106-cleanup' (diff)
parentt3040: remove stale note (diff)
downloadgit-26d0286103644c89ccbb08799f14f6b799ec2a88.tar.xz
git-26d0286103644c89ccbb08799f14f6b799ec2a88.zip
Merge branch 'js/t3040-cleanup'
Cleanup. * js/t3040-cleanup: t3040: remove stale note
Diffstat (limited to 't')
-rwxr-xr-xt/t3040-subprojects-basic.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/t3040-subprojects-basic.sh b/t/t3040-subprojects-basic.sh
index b81eb5fd6f..6abdcbbc94 100755
--- a/t/t3040-subprojects-basic.sh
+++ b/t/t3040-subprojects-basic.sh
@@ -79,7 +79,4 @@ test_expect_success 'checkout in superproject' '
git diff-index --exit-code --raw --cached save -- sub1
'
-# just interesting what happened...
-# git diff --name-status -M save master
-
test_done