From 6595b0dc5ea3c275e739ed1783dd2fe18fa4b520 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Schl=C3=BCter?= Date: Sun, 10 Feb 2008 23:36:27 +0000 Subject: [PATCH] The exact message differs on different systems --- ext/standard/tests/file/is_dir_variation2.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 *** -- 2.40.0