Skip to content

Commit 1a95ed0

Browse files
committed
Enable test on Windows
1 parent dd9d0a9 commit 1a95ed0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ext/shmop/tests/002.phpt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ shmop extension error messages
44
edgarsandi - <[email protected]>
55
--SKIPIF--
66
<?php
7-
if( substr(PHP_OS, 0, 3) == "WIN") {
8-
die('skip not for Windows');
9-
}
107
if (!extension_loaded("shmop")) {
118
die("skip shmop() extension not available");
129
}
@@ -55,7 +52,7 @@ bool(false)
5552
Warning: shmop_open(): Invalid access mode in %s on line %d
5653
bool(false)
5754

58-
Warning: shmop_open(): Unable to attach or create shared memory segment 'Invalid argument' in %s on line %d
55+
Warning: shmop_open(): Unable to attach or create shared memory segment '%s' in %s on line %d
5956
bool(false)
6057

6158
Warning: shmop_open(): Shared memory segment size must be greater than zero in %s on line %d

0 commit comments

Comments
 (0)