test-libc_getenv: allow unrelated content in log pattern

This commit is contained in:
Christian Helmuth 2019-12-16 12:12:14 +01:00
parent 22d4d5c1c1
commit 283135c9cd
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@
<events> <events>
<timeout meaning="failed" sec="30" /> <timeout meaning="failed" sec="30" />
<log meaning="succeeded"> <log meaning="succeeded">
[init -> test-libc_getenv] foo="bar" [init -> test-libc_getenv] foo="bar"*
[init -> test-libc_getenv] bar="foo" [init -> test-libc_getenv] bar="foo"*
[init -> test-libc_getenv] baz="(null)" [init -> test-libc_getenv] baz="(null)"*
[init] child "test-libc_getenv" exited with exit value 0 [init] child "test-libc_getenv" exited with exit value 0
</log> </log>
</events> </events>