mirror of
https://github.com/git/git.git
synced 2024-11-24 02:17:02 +08:00
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 <johannes.schindelin@gmx.de>
This commit is contained in:
parent
fc346cb292
commit
d9061ed9da
@ -244,7 +244,7 @@ test_expect_success 'git dirs of sibling submodules must not be nested' '
|
||||
git commit -m nested
|
||||
) &&
|
||||
test_must_fail git clone --recurse-submodules nested clone 2>err &&
|
||||
test_i18ngrep -E "(is inside git dir|hippo already exists|not a git repository: .*/hippo)" err
|
||||
test_i18ngrep "is inside git dir" err
|
||||
'
|
||||
|
||||
test_done
|
||||
|
Loading…
Reference in New Issue
Block a user