Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tests] search for fixed strings, not regexps
grep_for_content should search for a fixed string, not for regexp. The reason is sos is unable to identify 1a2b3c4 as an IP address (which it is not), but grep_for_content would raise false match against 1.2.3.4 . Resolves: #3320 Signed-off-by: Pavel Moravec <[email protected]>
- Loading branch information