summaryrefslogtreecommitdiff
path: root/t/chainlint/close-nested-and-parent-together.test
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/close-nested-and-parent-together.test')
-rw-r--r--t/chainlint/close-nested-and-parent-together.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/chainlint/close-nested-and-parent-together.test b/t/chainlint/close-nested-and-parent-together.test
new file mode 100644
index 0000000000..56b28b186b
--- /dev/null
+++ b/t/chainlint/close-nested-and-parent-together.test
@@ -0,0 +1,5 @@
+test_expect_success 'close-nested-and-parent-together' '
+(cd foo &&
+ (bar &&
+ baz))
+'