summaryrefslogtreecommitdiff
path: root/t/greplint/bare-grep-flags.test
blob: 9ca0e1023354e827a7f729c23088f99f12869ce9 (plain)
1
2
3
test_expect_success 'grep -E is flagged' '
	grep -E "pat+ern" file
'