Fixes to work on Windows as well as Linux

This commit is contained in:
Zoe Slattery 2009-06-01 08:59:18 +00:00
parent e0acaf09ef
commit f488c10b45
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View 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)