Skip to content

Commit ad18fbc

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Fix skipif condition on new test
2 parents c9c846d + 52bd07c commit ad18fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/file/tempnam_variation9.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Test tempnam() function: usage variations - test prefix maximum size
33
--SKIPIF--
44
<?php
5-
if (PHP_OS_FAMILY !== 'Windows') {
5+
if (PHP_OS_FAMILY === 'Windows') {
66
die("skip Do not run on Windows");
77
}
88
?>

0 commit comments

Comments
 (0)