Skip to content

Commit 93c1272

Browse files
committed
Merge branch 'ap/t2015-style-update'
Test clean-up. * ap/t2015-style-update: t2015-checkout-unborn.sh: changes the style for cd
2 parents ece8dc9 + d35d8f2 commit 93c1272

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

t/t2015-checkout-unborn.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ TEST_PASSES_SANITIZE_LEAK=true
99

1010
test_expect_success 'setup' '
1111
mkdir parent &&
12-
(cd parent &&
13-
git init &&
14-
echo content >file &&
15-
git add file &&
16-
git commit -m base
12+
(
13+
cd parent &&
14+
git init &&
15+
echo content >file &&
16+
git add file &&
17+
git commit -m base
1718
) &&
1819
git fetch parent main:origin
1920
'

0 commit comments

Comments
 (0)