blob: 335b902a42f15ba2f7d8d318961afcc387fa61f4 [file] [edit]
test_expect_success 'grep with lint-ok annotation is not flagged' '
grep pattern file && # lint-ok
echo done
'