mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Don't strictly check shmop size in test
On FreeBSD, this gets rounded up the page size.
This commit is contained in:
@@ -70,9 +70,9 @@ shmop
|
||||
echo "ok\n";
|
||||
}
|
||||
?>
|
||||
--EXPECT--
|
||||
--EXPECTF--
|
||||
shm open for create: ok
|
||||
shm size is: 1024
|
||||
shm size is: %d
|
||||
shm write test #1: ok
|
||||
data in memory is: test #1 of the shmop() extension
|
||||
shm open for read only: ok
|
||||
|
||||
Reference in New Issue
Block a user