blob: 01340086d7b756c8283d35c33b962a70d8705598 [file]
test_expect_success 'grep piping to another command is not flagged' '
grep pattern file | wc -l
'