Sign in
code
/
git
/
1c8a1b7bf9de50ec11bc3492b2181762aab2178d
/
.
/
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
)
'