summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/mysqli/tests/061.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/061.phpt b/ext/mysqli/tests/061.phpt
index 813fc05265..b6fd51e53b 100644
--- a/ext/mysqli/tests/061.phpt
+++ b/ext/mysqli/tests/061.phpt
@@ -18,7 +18,7 @@ local infile handler
mysqli_real_connect($link, $host, $user, $passwd, "test");
/* create temporary file */
- $filename = dirname(__FILE__) . "061.csv";
+ $filename = dirname(__FILE__) . "/061.csv";
$fp = fopen($filename, "w");
fwrite($fp, "foo;bar");
fclose($fp);