Skip to content

Commit b43942b

Browse files
committed
Merge branch 'sb/t3600-rephrase'
A test retitling. * sb/t3600-rephrase: t3600: rename test to describe its functionality
2 parents 844768a + 70471ed commit b43942b

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)