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