]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Mon, 17 Mar 2008 15:35:32 +0000 (15:35 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 17 Mar 2008 15:35:32 +0000 (15:35 +0000)
ext/standard/tests/dir/closedir_basic.phpt

index f58bfca8f1fb099f5710c02cf8ce9730a6c79dab..49080bb6a2d8fe9755301f1165ea866924d60735 100644 (file)
@@ -38,7 +38,7 @@ var_dump($dh2);
 --CLEAN--
 <?php
 $base_dir = dirname(__FILE__);
-$dir_path = $base_dir . '\closedir_basic';
+$dir_path = $base_dir . '/closedir_basic';
 rmdir($dir_path);
 ?>
 --EXPECTF--