Raw
1 test_expect_success 'grep in command substitution is not flagged' '
2 x=$(grep pattern file)
3 '