Skip to content

Commit 358721b

Browse files
committed
Fix file name clash in test
1 parent 0487bcf commit 358721b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/file/stream_copy_to_stream.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ stream_copy_to_stream() tests
55
define('WIN', substr(PHP_OS, 0, 3) == 'WIN');
66

77
$initial_file = __DIR__.'/bug38086.txt';
8-
$new_file = __DIR__.'/bug38086_1.txt';
8+
$new_file = __DIR__.'/stream_copy_to_stream.txt';
99

1010
$src = fopen($initial_file, 'r');
1111
stream_filter_append($src, "string.rot13", STREAM_FILTER_READ);

0 commit comments

Comments
 (0)