]> granicus.if.org Git - php/commitdiff
Fix test to remove temporary files
authorJohannes Schlüter <johannes@php.net>
Mon, 19 Oct 2009 21:50:08 +0000 (21:50 +0000)
committerJohannes Schlüter <johannes@php.net>
Mon, 19 Oct 2009 21:50:08 +0000 (21:50 +0000)
ext/standard/tests/file/file_put_contents_variation5.phpt

index 8d50a19c7f472c84cf9f38d49cacea7e3457ea68..4ecb5213acdf3e9914cae23723a0baf5ce016cb7 100644 (file)
@@ -24,7 +24,7 @@ runtest();
 set_include_path(";;  ; ;c:\\rubbish");
 runtest();
 
-chdir(dirname('__FILE__'));
+chdir(dirname(__FILE__));
 rmdir($thisTestDir);