This website requires JavaScript.
Explore
Sign In
mirror
/
git
mirror of
https://git.kernel.org/pub/scm/git/git.git
Watch
1
Star
0
Fork
You've already forked git
0
Code
Releases
Activity
master
git
/
t
/
chainlint
/
nested-subshell.test
16 lines
135 B
Plaintext
Raw
Permalink
Blame
History
test_expect_success 'nested-subshell' '
(
cd foo &&
(
echo a &&
echo b
) >file &&
cd foo &&
(
echo a
echo b
) >file
)
'
View Git Blame
Copy Permalink