diff options
Diffstat (limited to 'third_party/git/t/chainlint/subshell-one-liner.expect')
-rw-r--r-- | third_party/git/t/chainlint/subshell-one-liner.expect | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/third_party/git/t/chainlint/subshell-one-liner.expect b/third_party/git/t/chainlint/subshell-one-liner.expect deleted file mode 100644 index 51162821d7e1..000000000000 --- a/third_party/git/t/chainlint/subshell-one-liner.expect +++ /dev/null @@ -1,14 +0,0 @@ -( - (foo && bar) && - (foo && bar) | - (foo && bar) >baz && -?!SEMI?! (foo; bar) && -?!SEMI?! (foo; bar) | -?!SEMI?! (foo; bar) >baz && - (foo || exit 1) && - (foo || exit 1) | - (foo || exit 1) >baz && -?!AMP?! (foo && bar) -?!AMP?!?!SEMI?! (foo && bar; baz) - foobar ->) |