diff options
| -rw-r--r-- | php-horde-Horde-Imap-Client.spec | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/php-horde-Horde-Imap-Client.spec b/php-horde-Horde-Imap-Client.spec index 971df61..367caa5 100644 --- a/php-horde-Horde-Imap-Client.spec +++ b/php-horde-Horde-Imap-Client.spec @@ -126,12 +126,13 @@ done | tee ../%{pear_name}.lang  %check +export LANG=fr_FR.UTF8 +  src=$(pwd)/%{pear_name}-%{version}  cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)  phpunit \ -    --include-path=$src/lib \ -    -d date.timezone=UTC \ +    -d date.timezone=Europe/Paris \      .  | 
