Raw
1 test_expect_success 'grep piping to another command is not flagged' '
2 grep pattern file | wc -l
3 '