Sign in
googlers
/
jrn
/
git
/
refs/heads/maint
/
.
/
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
)
'