aboutsummaryrefslogtreecommitdiff
path: root/t/chainlint/case.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/case.expect')
-rw-r--r--t/chainlint/case.expect6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/chainlint/case.expect b/t/chainlint/case.expect
index a4b92d4613..31f280d8ce 100644
--- a/t/chainlint/case.expect
+++ b/t/chainlint/case.expect
@@ -4,16 +4,16 @@
*) bar ;;
esac &&
foobar
->) &&
+) &&
(
case "$x" in
x) foo ;;
*) bar ;;
esac ?!AMP?!
foobar
->) &&
+) &&
(
case "$x" in 1) true;; esac &&
case "$y" in 2) false;; esac ?!AMP?!
foobar
->)
+)