]> granicus.if.org Git - php/commitdiff
Fixes to work on Windows as well as Linux
authorZoe Slattery <zoe@php.net>
Mon, 1 Jun 2009 09:01:06 +0000 (09:01 +0000)
committerZoe Slattery <zoe@php.net>
Mon, 1 Jun 2009 09:01:06 +0000 (09:01 +0000)
ext/curl/tests/curl_basic_008.phpt
ext/curl/tests/curl_basic_010.phpt

index 45456998ce2efb08725cbaf9a81fd493af371411..32de4d0f5c9b205e23795905941bec0ec7f24bb3 100755 (executable)
@@ -19,5 +19,5 @@ curl_close($ch);
 
 ?>
 --EXPECTF--
-%unicode|string%(55) "Couldn't resolve host 'www.%s.%s'"
+%unicode|string%(%d) "%r(Couldn't resolve host|Could not resolve host:)%r %Swww.%s"
 int(6)
index a8ce19f74edff9a01e607e6e9a8208864214b296..9a595b3c03c56ce1641088a2a40e4b0041e8a038 100644 (file)
@@ -20,5 +20,5 @@ curl_close($ch);
 
 ?>
 --EXPECTF--
-%unicode|string%(38) "Couldn't resolve proxy '%s'"
+%unicode|string%(%d) "%r(Couldn't resolve proxy|Could not resolve proxy:)%r %s"
 int(5)