From c69f04dbabb7be76287935183d48a660469e10a2 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Wed, 6 Aug 2025 22:25:14 +0200 Subject: [PATCH] Fix borked test --- ext/opcache/tests/api/opcache_preloading_002.phpt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/opcache/tests/api/opcache_preloading_002.phpt b/ext/opcache/tests/api/opcache_preloading_002.phpt index 14ae0379afe..30bf5a5bc03 100644 --- a/ext/opcache/tests/api/opcache_preloading_002.phpt +++ b/ext/opcache/tests/api/opcache_preloading_002.phpt @@ -1,7 +1,5 @@ --TEST-- opcache_preloading() api 002 ---EXTENSIONS-- -zend_test --INI-- opcache.enable=1 opcache.enable_cli=1 @@ -9,6 +7,7 @@ opcache.preload={PWD}/opcache_preloading.inc opcache.preload_user={ENV:TEST_NON_ROOT_USER} --EXTENSIONS-- posix +zend_test --SKIPIF--