diff options
Diffstat (limited to 't/chainlint/cuddled-if-then-else.expect')
-rw-r--r-- | t/chainlint/cuddled-if-then-else.expect | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/t/chainlint/cuddled-if-then-else.expect b/t/chainlint/cuddled-if-then-else.expect index ab2a026fbc..1d8ed58c49 100644 --- a/t/chainlint/cuddled-if-then-else.expect +++ b/t/chainlint/cuddled-if-then-else.expect @@ -1,7 +1,6 @@ -( -if test -z ""; then +(if test -z ""; then echo empty else echo bizzy -> fi) && + fi) && echo foobar |