diff options
Diffstat (limited to 't/chainlint/close-nested-and-parent-together.test')
| -rw-r--r-- | t/chainlint/close-nested-and-parent-together.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/close-nested-and-parent-together.test b/t/chainlint/close-nested-and-parent-together.test index 72d482f76d..56b28b186b 100644 --- a/t/chainlint/close-nested-and-parent-together.test +++ b/t/chainlint/close-nested-and-parent-together.test @@ -1,3 +1,5 @@ +test_expect_success 'close-nested-and-parent-together' ' (cd foo && (bar && baz)) +' |
