- libevent diagnostics
[m6w6/ext-http] / tests / build_url_001.phpt
index 541e0f35d4678cc77809d02a214e7504b16e75e8..d131f55503dbe38b289e3e04eff5a64bdf07bb54 100644 (file)
@@ -9,9 +9,10 @@ include 'skip.inc';
 echo "-TEST\n";
 echo http_build_url('page'), "\n";
 echo http_build_url('with/some/path/'), "\n";
+echo "Done\n";
 ?>
 --EXPECTF--
 %sTEST
-http://localhost/page
-http://localhost/with/some/path/
-
+http://%s/page
+http://%s/with/some/path/
+Done