1
0
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:
Nikita Popov
2021-05-18 15:40:39 +02:00
parent 11648c00e9
commit 5f090e06b4

View File

@@ -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