Raw
1 test_expect_success 'close-nested-and-parent-together' '
2 (cd foo &&
3 (bar &&
4 baz))
5 '