]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/chained-subshell.expect
Merge branch 'vd/fsck-submodule-url-test'
[thirdparty/git.git] / t / chainlint / chained-subshell.expect
CommitLineData
56066523
ES
1mkdir sub && (
2 cd sub &&
3 foo the bar ?!AMP?!
4 nuff said
5) &&
6
647b5e09 7cut "-d " -f actual | (read s1 s2 s3 &&
56066523
ES
8test -f $s1 ?!AMP?!
9test $(cat $s2) = tree2path1 &&
647b5e09 10test $(cat $s3) = tree3path1)