summaryrefslogtreecommitdiff
path: root/t/chainlint/command-substitution.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/command-substitution.expect')
-rw-r--r--t/chainlint/command-substitution.expect2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/chainlint/command-substitution.expect b/t/chainlint/command-substitution.expect
index ad4118e537..f276067b7b 100644
--- a/t/chainlint/command-substitution.expect
+++ b/t/chainlint/command-substitution.expect
@@ -4,6 +4,6 @@
baz
>) &&
(
-?!AMP?! bar=$(gobble blocks)
+ bar=$(gobble blocks) ?!AMP?!
baz
>)