Raw
1 test_expect_success 'grep as argument to another command is not flagged' '
2 test_must_fail grep pattern file
3 '