Raw
1 test_expect_success 'grep with lint-ok annotation is not flagged' '
2 grep pattern file && # lint-ok
3 echo done
4 '