summaryrefslogtreecommitdiff
path: root/t/chainlint/close-nested-and-parent-together.test
blob: 56b28b186b34e44c003de0a1dc68f98ee8ed892e (plain)
1
2
3
4
5
test_expect_success 'close-nested-and-parent-together' '
(cd foo &&
	(bar &&
		baz))
'