From: Shein Alexey Date: Tue, 31 May 2011 12:57:40 +0000 (+0000) Subject: Fixed notice breaking the test. X-Git-Tag: php-5.4.0alpha1~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11f667e82de7ade99128ef75895d43855c475ab1;p=php Fixed notice breaking the test. --- diff --git a/ext/curl/tests/bug48207.phpt b/ext/curl/tests/bug48207.phpt index b6caa618c1..6ac16f5ea8 100644 --- a/ext/curl/tests/bug48207.phpt +++ b/ext/curl/tests/bug48207.phpt @@ -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 {