From: Michael Wallner Date: Wed, 30 Apr 2014 11:01:59 +0000 (+0200) Subject: fix test locality inconsitency X-Git-Tag: php-5.5.13RC1~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b79301d11f0fafe34a54cfc117fbe6bd00f52032;p=php fix test locality inconsitency --- diff --git a/ext/curl/tests/bug64267.phpt b/ext/curl/tests/bug64267.phpt index 3165b52f74..1b115588ff 100644 --- a/ext/curl/tests/bug64267.phpt +++ b/ext/curl/tests/bug64267.phpt @@ -27,9 +27,9 @@ curl_exec($c); var_dump(curl_getinfo($c, CURLINFO_RESPONSE_CODE)); ?> ===DONE=== ---EXPECT-- +--EXPECTF-- TEST bool(true) bool(true) -int(302) +int(30%d) ===DONE===