Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Adjust sed expressions to work with BSD's sed
A version of sed on FreeBSD requires some adjustments to the sed expressions for the test case to work. It does not support the following: - insertion of newline using '\n' -> replace with $'...\\\n...' - request for matching of at least one character using '\+' -> replace with '*' to match any number Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
- Loading branch information