Raw
1 test_expect_success 'grep in subshell is flagged' '
2 (
3 grep pattern file
4 )
5 '