summaryrefslogtreecommitdiff
path: root/t/chainlint/nested-subshell.test
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/nested-subshell.test')
-rw-r--r--t/chainlint/nested-subshell.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/nested-subshell.test b/t/chainlint/nested-subshell.test
index 440ee9992d..c31da34b73 100644
--- a/t/chainlint/nested-subshell.test
+++ b/t/chainlint/nested-subshell.test
@@ -1,3 +1,4 @@
+test_expect_success 'nested-subshell' '
(
cd foo &&
(
@@ -11,3 +12,4 @@
echo b
) >file
)
+'