]> granicus.if.org Git - php/commitdiff
fix testproblem
authorMarcus Boerger <helly@php.net>
Thu, 11 Apr 2002 06:41:55 +0000 (06:41 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 11 Apr 2002 06:41:55 +0000 (06:41 +0000)
ext/standard/tests/file/002.phpt

index f13cc5821b226d27104eac2cae24c2f660cb8d3d..4642bac36632033e41fbc552f1b05b61fe2483e9 100644 (file)
@@ -24,7 +24,7 @@ blah blah blah blah blah blah blah
 blah blah blah blah blah blah blah
 EOD;
 
-$name = tempnam("/tmp/", "php");
+$name = tempnam("./ext/standard/tests/file/", "php");
 $fp = fopen($name, "w");
 fwrite($fp, $data);
 fclose($fp);