diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-11-30 23:49:41 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-11-30 23:49:41 +0100 |
commit | 26d0286103644c89ccbb08799f14f6b799ec2a88 (patch) | |
tree | e079e435aa174cbec5d74634c2d990b02601752c /t | |
parent | Merge branch 'js/t2106-cleanup' (diff) | |
parent | t3040: remove stale note (diff) | |
download | git-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-x | t/t3040-subprojects-basic.sh | 3 |
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 |