diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2007-10-21 15:41:29 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2007-10-21 15:41:29 +0000 |
commit | 7f32916af0cf9a8b2e80433f37dfdba610685be3 (patch) | |
tree | e3f8290354fe1c25a9907b2fca4d1480ec8513cc /ext | |
parent | 36ca7b94e6844069a0479439d7e18d15c607d762 (diff) | |
download | php-git-7f32916af0cf9a8b2e80433f37dfdba610685be3.tar.gz |
Fixed bug #42944 (test failing due to expectation that /etc/passwd has 0644
permissions).
Diffstat (limited to 'ext')
-rw-r--r-- | ext/standard/tests/file/006_error.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/file/006_error.phpt b/ext/standard/tests/file/006_error.phpt index b814e5b697..ac95ca5700 100644 --- a/ext/standard/tests/file/006_error.phpt +++ b/ext/standard/tests/file/006_error.phpt @@ -70,7 +70,7 @@ unlink( dirname(__FILE__)."/006_error.tmp"); Warning: chmod(): %s in %s on line %d bool(false) -100644 +100%d44 Warning: chmod(): %s in %s on line %d bool(false) |