]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/subshell-one-liner.expect
Merge branch 'jc/receive-deny-current-branch-fix' into maint
[thirdparty/git.git] / t / chainlint / subshell-one-liner.expect
CommitLineData
90a88039
ES
1(
2 (foo && bar) &&
3 (foo && bar) |
4 (foo && bar) >baz &&
5?!SEMI?! (foo; bar) &&
6?!SEMI?! (foo; bar) |
7?!SEMI?! (foo; bar) >baz &&
8 (foo || exit 1) &&
9 (foo || exit 1) |
10 (foo || exit 1) >baz &&
11?!AMP?! (foo && bar)
12?!AMP?!?!SEMI?! (foo && bar; baz)
13 foobar
14>)