diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-10-07 10:12:51 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-10-07 10:12:51 +0200 |
commit | 61be78110e6a819937f341d372fcc5efe07ae69b (patch) | |
tree | 3b07f749d9574e3cbd667f7336f8c2bb4b5ab2d1 | |
parent | c3253fe18be692ce99251aeb7639f3684ed809ef (diff) |
php-symfony2-Validator: fix test
-rw-r--r-- | php-symfony2-Validator.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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 . |