From: Anatol Belski Date: Wed, 1 Jul 2015 08:23:57 +0000 (+0200) Subject: fix test for systems with lower time resolution X-Git-Tag: php-7.1.0alpha3~25^2~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fe8d629d0f557e19733857736f692d73259b28f;p=php fix test for systems with lower time resolution --- diff --git a/ext/standard/tests/streams/proc_open_bug69900.phpt b/ext/standard/tests/streams/proc_open_bug69900.phpt index fd04052c68..7e7209a783 100644 --- a/ext/standard/tests/streams/proc_open_bug69900.phpt +++ b/ext/standard/tests/streams/proc_open_bug69900.phpt @@ -46,23 +46,23 @@ proc_close($process); ===DONE=== --EXPECTF-- hello0 -fgets() took %d.%dms +fgets() took %d%sms hello1 -fgets() took 0.%dms +fgets() took 0%sms hello2 -fgets() took 0.%dms +fgets() took 0%sms hello3 -fgets() took 0.%dms +fgets() took 0%sms hello4 -fgets() took 0.%dms +fgets() took 0%sms hello5 -fgets() took 0.%dms +fgets() took 0%sms hello6 -fgets() took 0.%dms +fgets() took 0%sms hello7 -fgets() took 0.%dms +fgets() took 0%sms hello8 -fgets() took 0.%dms +fgets() took 0%sms hello9 -fgets() took 0.%dms +fgets() took 0%sms ===DONE===