From 283135c9cd2411d981e3e97fa0d1faff93dcb6b1 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Mon, 16 Dec 2019 12:12:14 +0100 Subject: [PATCH] test-libc_getenv: allow unrelated content in log pattern --- repos/libports/recipes/pkg/test-libc_getenv/runtime | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repos/libports/recipes/pkg/test-libc_getenv/runtime b/repos/libports/recipes/pkg/test-libc_getenv/runtime index 422ead909..62c80218c 100644 --- a/repos/libports/recipes/pkg/test-libc_getenv/runtime +++ b/repos/libports/recipes/pkg/test-libc_getenv/runtime @@ -3,9 +3,9 @@ - [init -> test-libc_getenv] foo="bar" - [init -> test-libc_getenv] bar="foo" - [init -> test-libc_getenv] baz="(null)" + [init -> test-libc_getenv] foo="bar"* + [init -> test-libc_getenv] bar="foo"* + [init -> test-libc_getenv] baz="(null)"* [init] child "test-libc_getenv" exited with exit value 0