]> granicus.if.org Git - php/commitdiff
Relax overly strict test expectation
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 8 Apr 2020 09:29:49 +0000 (11:29 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 8 Apr 2020 09:34:18 +0000 (11:34 +0200)
There is no reason to expect a `1` after the PID; neither the session
ID nor the memory usage are required to contain one.  Actually, we just
want to verify here, that the process with the $child_pid is running,
and is a php.exe process.

sapi/cli/tests/sapi_windows_set_ctrl_handler.phpt

index 9028b6902bde7f25c6ad2d6c1e21350bc0ec47f8..2b675a7f719ca922f5fafbbdb7744fc2a2f34b4c 100644 (file)
@@ -78,8 +78,7 @@ function get_evt_name(int $evt) : ?string
 --EXPECTF--
 Started child %d
 Running `tasklist /FI "PID eq %d" /NH` to check the process indeed exists:
-php.exe%w%d%s1%s
+php.exe%w%d%s
 Sending CTRL+C to child %d
 Successfully sent CTRL+C to child %d
 Child %d exit with status 3 after %dus
-