It should never be anything else but that error! If the file exists before running the test then there's something wrong with the --CLEAN-- part.

--Jani


Antony Dovgal kirjoitti:
tony2001                Thu Nov  8 10:19:39 2007 UTC

Modified files: /php-src/ext/standard/tests/file tempnam_variation3.phpt Log:
  this error message may vary
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/tempnam_variation3.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/standard/tests/file/tempnam_variation3.phpt
diff -u php-src/ext/standard/tests/file/tempnam_variation3.phpt:1.4 
php-src/ext/standard/tests/file/tempnam_variation3.phpt:1.5
--- php-src/ext/standard/tests/file/tempnam_variation3.phpt:1.4 Mon Nov  5 
17:24:00 2007
+++ php-src/ext/standard/tests/file/tempnam_variation3.phpt     Thu Nov  8 
10:19:39 2007
@@ -81,7 +81,7 @@
 Warning: tempnam() expects parameter 2 to be string, array given in %s on line 
%d
 -- File is not created --
-Warning: unlink(): No such file or directory in %s on line %d
+Warning: unlink(): %s in %s on line %d
 File name is => %s
 File permissions are => 100600
 -- Iteration 8 --
@@ -117,7 +117,7 @@
 Warning: tempnam() expects parameter 2 to be string, array given in %s on line 
%d
 -- File is not created --
-Warning: unlink(): No such file or directory in %s on line %d
+Warning: unlink(): %s in %s on line %d
 -- Iteration 8 --
 File name is => %s
 File permissions are => 100600


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to