]> granicus.if.org Git - php/commitdiff
The exact message differs on different systems
authorJohannes Schlüter <johannes@php.net>
Sun, 10 Feb 2008 23:36:27 +0000 (23:36 +0000)
committerJohannes Schlüter <johannes@php.net>
Sun, 10 Feb 2008 23:36:27 +0000 (23:36 +0000)
ext/standard/tests/file/is_dir_variation2.phpt

index 3c994a748a6c86721f40c5904d55a2c3e2ef8b6d..3af98fa5b6f16059375b303edf81a6a9ae8cf90a 100644 (file)
@@ -70,7 +70,7 @@ bool(true)
 -- With symlink --
 bool(true)
 -- With hardlink --
-Warning: link(): Operation not permitted in %s on line %d
+Warning: link(): %s in %s on line %d
 bool(false)
 
 *** Testing is_dir() with file and links to a file ***
@@ -89,7 +89,7 @@ bool(true)
 -- With symlink --
 bool(true)
 -- With hardlink --
-Warning: link(): Operation not permitted in %s on line %d
+Warning: link(): %s in %s on line %d
 bool(false)
 
 *** Testing is_dir() with file and links to a file ***