aboutsummaryrefslogtreecommitdiffstats
path: root/t/chainlint/chain-break-false.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/chain-break-false.expect')
-rw-r--r--t/chainlint/chain-break-false.expect18
1 files changed, 9 insertions, 9 deletions
diff --git a/t/chainlint/chain-break-false.expect b/t/chainlint/chain-break-false.expect
index 989766fb85..4f815f8e14 100644
--- a/t/chainlint/chain-break-false.expect
+++ b/t/chainlint/chain-break-false.expect
@@ -1,9 +1,9 @@
-if condition not satisified
-then
- echo it did not work...
- echo failed!
- false
-else
- echo it went okay ?!AMP?!
- congratulate user
-fi
+2 if condition not satisified
+3 then
+4 echo it did not work...
+5 echo failed!
+6 false
+7 else
+8 echo it went okay ?!AMP?!
+9 congratulate user
+10 fi