aboutsummaryrefslogtreecommitdiffstats
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.expect12
1 files changed, 6 insertions, 6 deletions
diff --git a/t/chainlint/cuddled-if-then-else.expect b/t/chainlint/cuddled-if-then-else.expect
index 1d8ed58c49..72da8794cb 100644
--- a/t/chainlint/cuddled-if-then-else.expect
+++ b/t/chainlint/cuddled-if-then-else.expect
@@ -1,6 +1,6 @@
-(if test -z ""; then
- echo empty
- else
- echo bizzy
- fi) &&
-echo foobar
+2 (if test -z ""; then
+3 echo empty
+4 else
+5 echo bizzy
+6 fi) &&
+7 echo foobar