diff options
Diffstat (limited to 'third_party/git/t/chainlint/if-then-else.expect')
-rw-r--r-- | third_party/git/t/chainlint/if-then-else.expect | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/third_party/git/t/chainlint/if-then-else.expect b/third_party/git/t/chainlint/if-then-else.expect deleted file mode 100644 index 5953c7bfbc2e..000000000000 --- a/third_party/git/t/chainlint/if-then-else.expect +++ /dev/null @@ -1,19 +0,0 @@ -( - if test -n "" - then -?!AMP?! echo very - echo empty - elif test -z "" - echo foo - else - echo foo && - cat -?!AMP?! fi - echo poodle ->) && -( - if test -n ""; then - echo very && -?!AMP?! echo empty - if ->) |