summaryrefslogtreecommitdiff
path: root/t/chainlint/arithmetic-expansion.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/arithmetic-expansion.expect')
-rw-r--r--t/chainlint/arithmetic-expansion.expect2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/chainlint/arithmetic-expansion.expect b/t/chainlint/arithmetic-expansion.expect
index 09457d3196..56cd5b69f5 100644
--- a/t/chainlint/arithmetic-expansion.expect
+++ b/t/chainlint/arithmetic-expansion.expect
@@ -4,6 +4,6 @@
baz
>) &&
(
-?!AMP?! bar=$((42 + 1))
+ bar=$((42 + 1)) ?!AMP?!
baz
>)