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 <[email protected]> Reviewed-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1f6b1af commit 70471ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)