From 61be78110e6a819937f341d372fcc5efe07ae69b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 7 Oct 2012 10:12:51 +0200 Subject: php-symfony2-Validator: fix test --- php-symfony2-Validator.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-symfony2-Validator.spec b/php-symfony2-Validator.spec index 86717af..37e6465 100644 --- a/php-symfony2-Validator.spec +++ b/php-symfony2-Validator.spec @@ -86,7 +86,7 @@ install -pm 644 %{name}.xml $RPM_BUILD_ROOT%{pear_xmldir} %check -%if 0%{fedora} > 13 +%if 0%{?fedora} > 13 cd %{pear_name}-%{version}/Symfony/Component/%{pear_name}/Tests cp %{SOURCE1} bootstrap.php phpunit --bootstrap bootstrap.php --verbose . -- cgit