summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2017-03-21 14:08:02 -0700
committerJunio C Hamano <gitster@pobox.com>2017-03-22 10:13:17 -0700
commit70471ed9bb204b3a6bdbcc466393565c3ee25bb8 (patch)
treeb6eac077296b8ef807864d3653083449c33a52b6
parent1f6b1afea00cdbc99114b88768aa5e617ff479df (diff)
downloadgit-sb/t3600-rephrase.tar.gz
t3600: rename test to describe its functionalitysb/t3600-rephrase
This was an oversight in 55856a35b2 (rm: absorb a submodules git dir before deletion, 2016-12-27), as the body of the test changed without adapting the test subject. Signed-off-by: Stefan Beller <sbeller@google.com> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xt/t3600-rm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3600-rm.sh b/t/t3600-rm.sh
index 5aa6db584c..3c63455729 100755
--- a/t/t3600-rm.sh
+++ b/t/t3600-rm.sh
@@ -658,7 +658,7 @@ test_expect_success 'rm of a populated nested submodule with nested untracked fi
test_cmp expect actual
'
-test_expect_success 'rm of a populated nested submodule with a nested .git directory fails even when forced' '
+test_expect_success "rm absorbs submodule's nested .git directory" '
git reset --hard &&
git submodule update --recursive &&
(cd submod/subsubmod &&