From f41aa3f76909ce85e203bfc23d8c65f68f4d70df Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Mar 2019 09:07:23 +0100 Subject: minor --- php-horde-Horde-Imap-Client.spec | 4 ++-- 1 file 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 -- cgit