Browse Source

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>
maint
Ashutosh Pandey 2 years ago committed by Junio C Hamano
parent
commit
d35d8f2e7a
  1. 3
      t/t2015-checkout-unborn.sh

3
t/t2015-checkout-unborn.sh

@ -9,7 +9,8 @@ TEST_PASSES_SANITIZE_LEAK=true


test_expect_success 'setup' ' test_expect_success 'setup' '
mkdir parent && mkdir parent &&
(cd parent && (
cd parent &&
git init && git init &&
echo content >file && echo content >file &&
git add file && git add file &&

Loading…
Cancel
Save