diff options
author | Pierre Joye <pajoye@php.net> | 2011-12-13 23:18:12 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2011-12-13 23:18:12 +0000 |
commit | f94cc91dda4b12250c3e590457c459ab8c82f0d8 (patch) | |
tree | ba66c246caa9859d4a9f547d188f7bd20b8d2083 | |
parent | 3b8e237128e9bd8511b0d9af4a84449f30f4eeef (diff) | |
download | php-git-f94cc91dda4b12250c3e590457c459ab8c82f0d8.tar.gz |
- tmp dir is system depedent
-rw-r--r-- | ext/standard/tests/file/bug52624.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/file/bug52624.phpt b/ext/standard/tests/file/bug52624.phpt index c8de0565d6..ee61eb90e6 100644 --- a/ext/standard/tests/file/bug52624.phpt +++ b/ext/standard/tests/file/bug52624.phpt @@ -9,4 +9,4 @@ echo tempnam("directory_that_not_exists", "prefix_"); ?> --EXPECTF-- -Warning: tempnam(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (%s) in %s on line %d +Warning: tempnam(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (%s) in %s on line %d |