Skip to content

Commit e0cbaf7

Browse files
committed
Don't strictly check shmop size in test
On FreeBSD, this gets rounded up the page size.
1 parent c483e85 commit e0cbaf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/shmop/tests/001.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ shmop
7070
echo "ok\n";
7171
}
7272
?>
73-
--EXPECT--
73+
--EXPECTF--
7474
shm open for create: ok
75-
shm size is: 1024
75+
shm size is: %d
7676
shm write test #1: ok
7777
data in memory is: test #1 of the shmop() extension
7878
shm open for read only: ok

0 commit comments

Comments
 (0)