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