t3600: rename test to describe its functionality
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>
Stefan Beller committed
Mar 21, 2017 at 14:08 UTC
70471ed9bb204b3a6bdbcc466393565c3ee25bb8
1 file changed
+1
-1
t/t3600-rm.sh
+1
-1
@@ -658,7 +658,7 @@ test_expect_success 'rm of a populated nested submodule with nested untracked fi
658
test_cmp expect actual
659
'
660
661
-test_expect_success 'rm of a populated nested submodule with a nested .git directory fails even when forced' '
661
+test_expect_success "rm absorbs submodule's nested .git directory" '
662
git reset --hard &&
663
git submodule update --recursive &&
664
(cd submod/subsubmod &&