]> granicus.if.org Git - php/commitdiff
Fixed notice breaking the test.
authorShein Alexey <shein@php.net>
Tue, 31 May 2011 12:57:40 +0000 (12:57 +0000)
committerShein Alexey <shein@php.net>
Tue, 31 May 2011 12:57:40 +0000 (12:57 +0000)
ext/curl/tests/bug48207.phpt

index b6caa618c1f6f233f0527a2d06f292731034e4ad..6ac16f5ea831f5617532ca29ebf4e021a1703ff5 100644 (file)
@@ -18,7 +18,7 @@ $host = getenv('PHP_CURL_HTTP_REMOTE_SERVER');
 if(!empty($host)) {
 
     // Use the set Environment variable
-    $url = "$host/get.php";
+    $url = "$host/get.php?test=1";
 
 } else {