When a pattern containing newlines is given to grep, it treats each
line as a different pattern, and ORs these patterns together. The
empty string always matches, therefore grep always returns a
successful match.
Change-Id: I881c90979995e060d24988438a710376e54331b8
Closes-Bug: #1615624