about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/nested-subshell.expect
(
	cd foo &&
	(
		echo a &&
		echo b
>>	) >file &&
	cd foo &&
	(
		echo a
		echo b
>>	) >file
>)