diff options
-rw-r--r-- | ext/mysqli/tests/061.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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); |