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