diff options
| author | Joe Watkins <krakjoe@php.net> | 2016-11-12 08:15:13 +0000 |
|---|---|---|
| committer | Joe Watkins <krakjoe@php.net> | 2016-11-12 08:15:13 +0000 |
| commit | 1f250b7e94fa29555fe4a21e34d12807efa4bd40 (patch) | |
| tree | 4d1dd440da088f83c06e5439f30f834f3485764e | |
| parent | 595ad898c1b1f584dce5dc65d50bdb356e20f6a5 (diff) | |
| parent | 3b830cfb5c87974eb48596cdc4e4bf07cab89acc (diff) | |
| download | php-git-1f250b7e94fa29555fe4a21e34d12807efa4bd40.tar.gz | |
Merge branch 'pull-request/2198'
| -rw-r--r-- | ext/standard/tests/file/lchown_error.phpt | 2 |
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=== |
