The sixth batch
[git/gitster.git] / t / chainlint / chained-subshell.expect
blob83810ea7ec7d34d439c69b12bbfe2d70be16e3df
1 mkdir sub && (
2         cd sub &&
3         foo the bar ?!AMP?!
4         nuff said
5 ) &&
7 cut "-d " -f actual | (read s1 s2 s3 &&
8 test -f $s1 ?!AMP?!
9 test $(cat $s2) = tree2path1 &&
10 test $(cat $s3) = tree3path1)