The sixth batch
[git/gitster.git] / t / chainlint / nested-subshell.test
blob440ee9992da3491a85fae254bdb7eb14176d4a29
2         cd foo &&
3         (
4                 echo a &&
5                 echo b
6         ) >file &&
8         cd foo &&
9         (
10                 echo a
11                 echo b
12         ) >file