]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t3040: remove stale note
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 18 Nov 2020 19:25:26 +0000 (19:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Nov 2020 20:38:34 +0000 (12:38 -0800)
This comment was most likely a "note to self" during the development of
1c3e5c4ebc3 (Tests for core subproject support, 2007-04-19) and is
neither needed nor comprehensible at this point. Let's remove it.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3040-subprojects-basic.sh

index b81eb5fd6ffaf02d2a404bcbbf71e674494fd6cb..6abdcbbc94ab46944123f817700cc1ea36ae831b 100755 (executable)
@@ -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