]> granicus.if.org Git - php/commitdiff
- fix test
authorPierre Joye <pajoye@php.net>
Mon, 24 Aug 2009 19:19:43 +0000 (19:19 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 24 Aug 2009 19:19:43 +0000 (19:19 +0000)
ext/standard/tests/file/touch_variation6-win32.phpt

index 57433869c2be5d3cb89345360b426699cd87a8fc..625e571950537456c799a335d2aff87568ee2dcd 100644 (file)
@@ -18,6 +18,7 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
 
 $workDir = "touchVar5.tmp";
 $subDirOrFile = "aSubDirOrFile";
+chdir(__DIR__);
 mkdir($workDir);
 $cwd = getcwd();