From: Johannes Schlüter Date: Sun, 10 Feb 2008 23:36:27 +0000 (+0000) Subject: The exact message differs on different systems X-Git-Tag: RELEASE_2_0_0a1~547 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6595b0dc5ea3c275e739ed1783dd2fe18fa4b520;p=php The exact message differs on different systems --- diff --git a/ext/standard/tests/file/is_dir_variation2.phpt b/ext/standard/tests/file/is_dir_variation2.phpt index 3c994a748a..3af98fa5b6 100644 --- a/ext/standard/tests/file/is_dir_variation2.phpt +++ b/ext/standard/tests/file/is_dir_variation2.phpt @@ -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 ***