Raw
1 test_expect_success 'wrong negation of test_grep is flagged' '
2 ! test_grep pattern file
3 '