Skip to content

Commit a7a7e6d

Browse files
committed
Fix clean section in test
1 parent f2cd0d5 commit a7a7e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/file/rename_variation2-win32.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ echo "Done\n";
3939
--CLEAN--
4040
<?php
4141
$file_path = __DIR__;
42-
rmdir($file_path."/12345");
42+
rmdir($file_path."/12346");
4343
?>
4444
--EXPECT--
4545
*** Testing rename() by renaming a file and directory to numeric name ***

0 commit comments

Comments
 (0)