summaryrefslogtreecommitdiff
path: root/t/greplint/filter-pipe-output.test
blob: 01340086d7b756c8283d35c33b962a70d8705598 (plain)
1
2
3
test_expect_success 'grep piping to another command is not flagged' '
	grep pattern file | wc -l
'