Sign in
◑
Theme
code
/
git
/
b56b48301ea221ae3dd6dc01f887f0b72e10e729
/
.
/
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
)
'