aboutsummaryrefslogtreecommitdiffstats
path: root/t/chainlint/command-substitution.test
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/command-substitution.test')
-rw-r--r--t/chainlint/command-substitution.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/command-substitution.test b/t/chainlint/command-substitution.test
index 3bbb002a4c..494d671e80 100644
--- a/t/chainlint/command-substitution.test
+++ b/t/chainlint/command-substitution.test
@@ -1,3 +1,4 @@
+test_expect_success 'command-substitution' '
(
foo &&
# LINT: closing ")" of $(...) not misinterpreted as subshell-closing ")"
@@ -9,3 +10,4 @@
bar=$(gobble blocks)
baz
)
+'