summaryrefslogtreecommitdiffstats
path: root/php-pecl-apc.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-apc.spec')
-rw-r--r--php-pecl-apc.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/php-pecl-apc.spec b/php-pecl-apc.spec
index 9128b42..f3fbf93 100644
--- a/php-pecl-apc.spec
+++ b/php-pecl-apc.spec
@@ -207,7 +207,7 @@ TEST_PHP_EXECUTABLE=%{_bindir}/php \
TEST_PHP_ARGS="-n -d extension_dir=$PWD/modules -d extension=dom.so -d extension=apc.so" \
NO_INTERACTION=1 \
REPORT_EXIT_STATUS=1 \
-%{_bindir}/php run-tests.php
+%{_bindir}/php -n run-tests.php
%if 0%{?__ztsphp:1}
cd ../%{pecl_name}-%{version}-zts
@@ -217,7 +217,7 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \
TEST_PHP_ARGS="-n -d extension_dir=$PWD/modules -d extension=dom.so -d extension=apc.so" \
NO_INTERACTION=1 \
REPORT_EXIT_STATUS=1 \
-%{__ztsphp} run-tests.php
+%{__ztsphp} -n run-tests.php
%endif