summaryrefslogtreecommitdiff
path: root/t/chainlint/bash-array.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/bash-array.expect')
-rw-r--r--t/chainlint/bash-array.expect4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/chainlint/bash-array.expect b/t/chainlint/bash-array.expect
index c4a830d1c1..4c34eaee45 100644
--- a/t/chainlint/bash-array.expect
+++ b/t/chainlint/bash-array.expect
@@ -2,9 +2,9 @@
foo &&
bar=(gumbo stumbo wumbo) &&
baz
->) &&
+) &&
(
foo &&
bar=${#bar[@]} &&
baz
->)
+)