git/t/greplint/bare-grep-subshell.test

6 lines
80 B
Plaintext

test_expect_success 'grep in subshell is flagged' '
(
grep pattern file
)
'