]> granicus.if.org Git - php/commitdiff
- Fixed test [only in this branch]
authorFelipe Pena <felipe@php.net>
Thu, 8 Jan 2009 19:00:02 +0000 (19:00 +0000)
committerFelipe Pena <felipe@php.net>
Thu, 8 Jan 2009 19:00:02 +0000 (19:00 +0000)
ext/standard/tests/file/rmdir_variation1.phpt

index d219e6cdf3df15582d2352f0022fa29b8170efe3..a7a49900729c9ded93bcb60705fd799cf3d3b4f3 100644 (file)
@@ -90,38 +90,38 @@ foreach($inputs as $key =>$value) {
 *** Testing rmdir() : usage variation ***
 
 --uppercase NULL--
-Error: 2 - rmdir(): No such file or directory, %s(%d)
+Error: 2 - rmdir(): %s, %s(%d)
 bool(false)
 
 --lowercase null--
-Error: 2 - rmdir(): No such file or directory, %s(%d)
+Error: 2 - rmdir(): %s, %s(%d)
 bool(false)
 
 --lowercase false--
-Error: 2 - rmdir(): No such file or directory, %s(%d)
+Error: 2 - rmdir(): %s, %s(%d)
 bool(false)
 
 --uppercase FALSE--
-Error: 2 - rmdir(): No such file or directory, %s(%d)
+Error: 2 - rmdir(): %s, %s(%d)
 bool(false)
 
 --empty string DQ--
-Error: 2 - rmdir(): No such file or directory, %s(%d)
+Error: 2 - rmdir(): %s, %s(%d)
 bool(false)
 
 --empty string SQ--
-Error: 2 - rmdir(): No such file or directory, %s(%d)
+Error: 2 - rmdir(): %s, %s(%d)
 bool(false)
 
 --undefined var--
-Error: 2 - rmdir(): No such file or directory, %s(%d)
+Error: 2 - rmdir(): %s, %s(%d)
 bool(false)
 
 --unset var--
-Error: 2 - rmdir(): No such file or directory, %s(%d)
+Error: 2 - rmdir(): %s, %s(%d)
 bool(false)
 
 --single space--
-Error: 2 - rmdir( ): No such file or directory, %s(%d)
+Error: 2 - rmdir( ): %s, %s(%d)
 bool(false)
 ===DONE===