Merge branch 'ch/t7450-recursive-clone-test-fix'
Test fix. * ch/t7450-recursive-clone-test-fix: t7450: inspect the correct path a broken code would write to
This commit is contained in:
@@ -401,7 +401,7 @@ test_expect_success SYMLINKS,!WINDOWS,!MINGW 'submodule must not checkout into d
|
||||
git -C repo commit -m submodule &&
|
||||
|
||||
git -c protocol.file.allow=always clone --recurse-submodules repo bad-clone &&
|
||||
! test -f "$PWD/foo" &&
|
||||
! test -f "$PWD/bad-clone/sub/foo" &&
|
||||
test -f $(printf "bad-clone/sub\r/post-checkout")
|
||||
'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user