]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/subshell-one-liner.expect
Merge branch 'vd/fsck-submodule-url-test'
[thirdparty/git.git] / t / chainlint / subshell-one-liner.expect
CommitLineData
90a88039
ES
1(
2 (foo && bar) &&
3 (foo && bar) |
4 (foo && bar) >baz &&
647b5e09 5
0d713176
ES
6 (foo; ?!AMP?! bar) &&
7 (foo; ?!AMP?! bar) |
8 (foo; ?!AMP?! bar) >baz &&
647b5e09 9
90a88039
ES
10 (foo || exit 1) &&
11 (foo || exit 1) |
12 (foo || exit 1) >baz &&
647b5e09 13
db8c7a1c 14 (foo && bar) ?!AMP?!
647b5e09 15
0d713176 16 (foo && bar; ?!AMP?! baz) ?!AMP?!
647b5e09 17
90a88039 18 foobar
5be30d0c 19)