Fix the sed command 59/223959/1
authorMateusz Majewski <m.majewski2@samsung.com>
Wed, 5 Feb 2020 07:21:55 +0000 (08:21 +0100)
committerMateusz Majewski <m.majewski2@samsung.com>
Wed, 5 Feb 2020 07:30:31 +0000 (08:30 +0100)
commitc5da4d9c46f39eb090029d47b39e28786c8c8797
treee96510d16968c62ec2602a6be91e23d31cea70a2
parent9a94cebda25717e9f53ff1a07f587396a84e7659
Fix the sed command

This command used to be wrong because it contains a star. When shell
sees the star, it expands it, which is very wrong in our case. The test
somehow still passes, but sed spams the error message on the stderr,
which is unhelpful while debugging.

Change-Id: Ief9666698b7163e6b332bb5c7535cc6814abd50e
tests/dlog_test.in