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

index 200a220357555fbce6e01480f6817d4c51a17fa6..7f988b9907f802743a057f2d0ee194edcef38d13 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--