summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/lchown_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/lchown_error.phpt')
-rw-r--r--ext/standard/tests/file/lchown_error.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/file/lchown_error.phpt b/ext/standard/tests/file/lchown_error.phpt
index bacbd93c82..8632495b39 100644
--- a/ext/standard/tests/file/lchown_error.phpt
+++ b/ext/standard/tests/file/lchown_error.phpt
@@ -73,6 +73,6 @@ bool(true)
Warning: lchown() expects parameter 1 to be a valid path, array given in %s on line %d
bool(true)
-Warning: lchown(): Operation not permitted in %s on line %d
+Warning: lchown(): %r(Operation not permitted|Invalid argument)%r in %s on line %d
bool(false)
===DONE===