summaryrefslogtreecommitdiff
path: root/t/greplint/bare-grep-subshell.test
blob: 1fab2d33634b2f225a8b3d71407775f27a79a7a4 (plain)
1
2
3
4
5
test_expect_success 'grep in subshell is flagged' '
	(
		grep pattern file
	)
'