From: Jani Taskinen Date: Mon, 29 Oct 2007 09:04:15 +0000 (+0000) Subject: MFH: fix test X-Git-Tag: RELEASE_1_3_1~798 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae6626e78328a8d3f25e1f70008b5627072016a9;p=php MFH: 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);