From ecdea3117acdd8ae74e77f927119a76e78812a58 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Mon, 29 Oct 2007 09:03:39 +0000 Subject: [PATCH] fix test --- ext/mysqli/tests/061.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1