Skip to content

Commit 6dd4ccc

Browse files
committed
Fix file conflict in fgets test
1 parent aff0b77 commit 6dd4ccc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $file_content_types = array("numeric", "text", "text_with_new_line", "alphanumer
2424

2525
echo "*** Testing fgets() : usage variations ***\n";
2626

27-
$filename = __DIR__."/fgets_variation4.tmp";
27+
$filename = __DIR__."/fgets_variation6.tmp";
2828

2929
foreach($file_modes as $file_mode) {
3030
echo "\n-- Testing fgets() with file opened using mode $file_mode --\n";

ext/standard/tests/file/fgets_variation6.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $file_content_types = array("numeric", "text", "text_with_new_line", "alphanumer
2424

2525
echo "*** Testing fgets() : usage variations ***\n";
2626

27-
$filename = __DIR__."/fgets_variation4.tmp";
27+
$filename = __DIR__."/fgets_variation6.tmp";
2828

2929
foreach($file_modes as $file_mode) {
3030
echo "\n-- Testing fgets() with file opened using mode $file_mode --\n";

0 commit comments

Comments
 (0)