summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2008-08-18 07:20:56 +0000
committerPierre Joye <pajoye@php.net>2008-08-18 07:20:56 +0000
commit8114893b3e8409a25fa9265ce9fce064db5dc7f6 (patch)
tree4ef855956e38f4c80898f9d1dffd5d4219637476
parent7a1487b0250cfc2cf75d55d2adde5cd48ee67c52 (diff)
downloadphp-git-8114893b3e8409a25fa9265ce9fce064db5dc7f6.tar.gz
- MFB: unix is too young (<1970), make the test portable
-rw-r--r--ext/standard/tests/file/touch.phpt2
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)