]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/chained-subshell.expect
Merge branch 'rs/parse-options-with-keep-unknown-abbrev-fix'
[thirdparty/git.git] / t / chainlint / chained-subshell.expect
1 mkdir sub && (
2 cd sub &&
3 foo the bar ?!AMP?!
4 nuff said
5 ) &&
6
7 cut "-d " -f actual | (read s1 s2 s3 &&
8 test -f $s1 ?!AMP?!
9 test $(cat $s2) = tree2path1 &&
10 test $(cat $s3) = tree3path1)