]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/negated-one-liner.test
Merge branch 'js/add-e-clear-patch-before-stating'
[thirdparty/git.git] / t / chainlint / negated-one-liner.test
CommitLineData
90a88039
ES
1# LINT: top-level one-liner subshell
2! (foo && bar) &&
3! (foo && bar) >baz &&
4
5# LINT: top-level one-liner subshell missing internal "&&"
6! (foo; bar) &&
7! (foo; bar) >baz