From 390c8204c41966d57619664d30907fb46d446e63 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 24 Aug 2009 18:45:45 +0000 Subject: [PATCH] - fix test --- ext/standard/tests/file/005_variation2-win32.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/standard/tests/file/005_variation2-win32.phpt b/ext/standard/tests/file/005_variation2-win32.phpt index caed7e62fa..513182ddeb 100644 --- a/ext/standard/tests/file/005_variation2-win32.phpt +++ b/ext/standard/tests/file/005_variation2-win32.phpt @@ -108,13 +108,13 @@ Warning: filectime(): stat failed for | in %s on line %d *** testing touch *** -Warning: touch(): Unable to create file because No such file or directory in %s on line %d +Warning: touch(): Unable to create file because %s in %s on line %d bool(false) -Warning: touch(): Unable to create file because No such file or directory in %s on line %d +Warning: touch(): Unable to create file because %s in %s on line %d bool(false) -Warning: touch(): Unable to create file because No such file or directory in %s on line %d +Warning: touch(): Unable to create file because %s in %s on line %d bool(false) Warning: touch(): Unable to create file because %s in %s on line %d -- 2.50.1