summaryrefslogtreecommitdiff
path: root/t/chainlint/cuddled-if-then-else.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/cuddled-if-then-else.expect')
-rw-r--r--t/chainlint/cuddled-if-then-else.expect5
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 ab2a026..1d8ed58 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