Skip to content

Commit d9061ed

Browse files
committed
t7415: drop v2.20.x-specific work-around
This reverts the work-around that was introduced just for the v2.20.x release train in "t7415: adjust test for dubiously-nested submodule gitdirs for v2.20.x"; It is not necessary for v2.21.x. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent fc346cb commit d9061ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7415-submodule-names.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ test_expect_success 'git dirs of sibling submodules must not be nested' '
244244
git commit -m nested
245245
) &&
246246
test_must_fail git clone --recurse-submodules nested clone 2>err &&
247-
test_i18ngrep -E "(is inside git dir|hippo already exists|not a git repository: .*/hippo)" err
247+
test_i18ngrep "is inside git dir" err
248248
'
249249

250250
test_done

0 commit comments

Comments
 (0)