diff options
| -rw-r--r-- | php-horde-Horde-Imap-Client.spec | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/php-horde-Horde-Imap-Client.spec b/php-horde-Horde-Imap-Client.spec index 70c0aca..2275eea 100644 --- a/php-horde-Horde-Imap-Client.spec +++ b/php-horde-Horde-Imap-Client.spec @@ -9,7 +9,7 @@  %{!?__pear:       %global __pear       %{_bindir}/pear}  %global pear_name    Horde_Imap_Client  %global pear_channel pear.horde.org -%global with_tests   %{?_without_tests:0}%{!?_without_tests:1} +%global with_tests   0%{!?_without_tests:1}  Name:           php-horde-Horde-Imap-Client  Version:        2.29.17 @@ -162,7 +162,7 @@ done | tee ../%{pear_name}.lang  %check  %if %{with_tests} -export LANG=fr_FR.utf8 +export LANG=C.UTF-8  cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)  ret=0  | 
