From: Jani Taskinen Date: Mon, 29 Oct 2007 09:03:39 +0000 (+0000) Subject: fix test X-Git-Tag: RELEASE_2_0_0a1~1532 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ecdea3117acdd8ae74e77f927119a76e78812a58;p=php fix test --- diff --git a/ext/mysqli/tests/061.phpt b/ext/mysqli/tests/061.phpt index 22575aaecc..aca0b7a764 100644 --- a/ext/mysqli/tests/061.phpt +++ b/ext/mysqli/tests/061.phpt @@ -20,7 +20,7 @@ if (!function_exists('mysqli_set_local_infile_handler')) $link = mysqli_connect($host, $user, $passwd, $db, $port, $socket); /* create temporary file */ - $filename = dirname(__FILE__) . "061.csv"; + $filename = dirname(__FILE__) . "/061.csv"; $fp = fopen($filename, "w"); fwrite($fp, b"foo;bar"); fclose($fp);