git/t/greplint/filter-pipe-output.test

4 lines
99 B
Plaintext

test_expect_success 'grep piping to another command is not flagged' '
grep pattern file | wc -l
'