Raw
1 test_expect_success 'grep after && is flagged' '
2 cmd &&
3 grep pattern file
4 '