Skip to content

Commit 70471ed

Browse files
stefanbellergitster
authored andcommitted
t3600: rename test to describe its functionality
This was an oversight in 55856a3 (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>
1 parent 1f6b1af commit 70471ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/t3600-rm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ test_expect_success 'rm of a populated nested submodule with nested untracked fi
658658
test_cmp expect actual
659659
'
660660

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" '
662662
git reset --hard &&
663663
git submodule update --recursive &&
664664
(cd submod/subsubmod &&

0 commit comments

Comments
 (0)