From 48a6c8cdb3e962b3a78662fe3d1bd5b514744bd4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Aug 2013 15:35:18 +0200 Subject: php-pecl-zip: typo --- php-pecl-zip.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'php-pecl-zip.spec') diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index a48e44f..244a11b 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -143,13 +143,13 @@ TEST_PHP_EXECUTABLE=%{_bindir}/php \ %if %{with_zts} cd ../%{pecl_name}-zts -: minimal load test of NTS extension +: minimal load test of ZTS extension %{_bindir}/zts-php --no-php-ini \ --define extension_dir=modules \ --define extension=%{pecl_name}.so \ --modules | grep %{pecl_name} -: upstream test suite for NTS extension +: upstream test suite for ZTS extension TEST_PHP_ARGS="-n -d extension_dir=$PWD/modules -d extension=%{pecl_name}.so" \ REPORT_EXIT_STATUS=1 \ NO_INTERACTION=1 \ -- cgit