|
|
@ -308,7 +308,7 @@ test_expect_success 'git mv moves a submodule with a .git directory and no .gitm |
|
|
|
( |
|
|
|
( |
|
|
|
cd sub && |
|
|
|
cd sub && |
|
|
|
rm -f .git && |
|
|
|
rm -f .git && |
|
|
|
cp -a ../.git/modules/sub .git && |
|
|
|
cp -R -P -p ../.git/modules/sub .git && |
|
|
|
GIT_WORK_TREE=. git config --unset core.worktree |
|
|
|
GIT_WORK_TREE=. git config --unset core.worktree |
|
|
|
) && |
|
|
|
) && |
|
|
|
mkdir mod && |
|
|
|
mkdir mod && |
|
|
@ -331,7 +331,7 @@ test_expect_success 'git mv moves a submodule with a .git directory and .gitmodu |
|
|
|
( |
|
|
|
( |
|
|
|
cd sub && |
|
|
|
cd sub && |
|
|
|
rm -f .git && |
|
|
|
rm -f .git && |
|
|
|
cp -a ../.git/modules/sub .git && |
|
|
|
cp -R -P -p ../.git/modules/sub .git && |
|
|
|
GIT_WORK_TREE=. git config --unset core.worktree |
|
|
|
GIT_WORK_TREE=. git config --unset core.worktree |
|
|
|
) && |
|
|
|
) && |
|
|
|
mkdir mod && |
|
|
|
mkdir mod && |
|
|
|