diff options
| author | Pierre Joye <pajoye@php.net> | 2008-08-18 07:20:56 +0000 |
|---|---|---|
| committer | Pierre Joye <pajoye@php.net> | 2008-08-18 07:20:56 +0000 |
| commit | 8114893b3e8409a25fa9265ce9fce064db5dc7f6 (patch) | |
| tree | 4ef855956e38f4c80898f9d1dffd5d4219637476 /ext/standard/tests/file/touch.phpt | |
| parent | 7a1487b0250cfc2cf75d55d2adde5cd48ee67c52 (diff) | |
| download | php-git-8114893b3e8409a25fa9265ce9fce064db5dc7f6.tar.gz | |
- MFB: unix is too young (<1970), make the test portable
Diffstat (limited to 'ext/standard/tests/file/touch.phpt')
| -rw-r--r-- | ext/standard/tests/file/touch.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/file/touch.phpt b/ext/standard/tests/file/touch.phpt index f52fff7e2b..5dab7cfbb0 100644 --- a/ext/standard/tests/file/touch.phpt +++ b/ext/standard/tests/file/touch.phpt @@ -42,7 +42,7 @@ int(%i) bool(true) int(100) bool(true) -int(-100) +int(%d) Warning: touch(): Unable to create file /no/such/file/or/directory because No such file or directory in %s on line %d bool(false) |
