Raw
1 test_expect_success 'negated grep is flagged' '
2 ! grep pattern file
3 '