Sign in
code
/
git
/
6fea405bb92100a229c0ee83c98e062e271577cd
/
.
/
t
/
chainlint
/
nested-subshell.test
blob: c31da34b73a9e1d1731f6b3046d6cd4bbbabf488 [
file
]
test_expect_success
'nested-subshell'
'
(
cd foo &&
(
echo a &&
echo b
) >file &&
cd foo &&
(
echo a
echo b
) >file
)
'