From 85b001974a8c9ce1d5244023f1b4742deaba109b Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 18 Sep 2019 16:36:29 +0200 Subject: [PATCH] Remove unstable test output This may be printed in a different order, and we don't care about it anyway. --- ext/pcre/tests/bug78272.phpt | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/pcre/tests/bug78272.phpt b/ext/pcre/tests/bug78272.phpt index 576d3013a51..bab29245230 100644 --- a/ext/pcre/tests/bug78272.phpt +++ b/ext/pcre/tests/bug78272.phpt @@ -16,14 +16,12 @@ if ($pid === 0) { print "End child\n"; exit(0); } else { - print "Main start\n"; pcntl_waitpid($pid, $status); print "End Main\n"; exit(0); } ?> --EXPECT-- -Main start Child start Array (