t2015-checkout-unborn.sh: changes the style for cd
the `cd` followed the old style which wasn't consistent with the rest of the test suite, so this commit makes it consistent with the current style of the test suite for `cd` in subshell. Signed-off-by: Ashutosh Pandey <ashutosh.pandeyhlr007@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
768bb238c4
commit
d35d8f2e7a
@ -9,11 +9,12 @@ TEST_PASSES_SANITIZE_LEAK=true
|
|||||||
|
|
||||||
test_expect_success 'setup' '
|
test_expect_success 'setup' '
|
||||||
mkdir parent &&
|
mkdir parent &&
|
||||||
(cd parent &&
|
(
|
||||||
git init &&
|
cd parent &&
|
||||||
echo content >file &&
|
git init &&
|
||||||
git add file &&
|
echo content >file &&
|
||||||
git commit -m base
|
git add file &&
|
||||||
|
git commit -m base
|
||||||
) &&
|
) &&
|
||||||
git fetch parent main:origin
|
git fetch parent main:origin
|
||||||
'
|
'
|
||||||
|
Loading…
Reference in New Issue
Block a user