git/t/greplint/grep-as-argument.test

4 lines
111 B
Plaintext

test_expect_success 'grep as argument to another command is not flagged' '
test_must_fail grep pattern file
'