Raw
1 test_expect_success 'grep -c is flagged (not special-cased)' '
2 grep -c pattern file
3 '