diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-06-05 15:14:01 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-06-05 15:14:01 +0200 |
commit | aa5d2139166734404be634c4e1258679c21aebec (patch) | |
tree | afa34440b6b9db37d2116178b10f9b37be273c76 | |
parent | de3702c21a41c5cbba2f50e58fc9ad50b982ba81 (diff) |
PHP 5.6: fix regression introduce in fix for #67118
-rw-r--r-- | php-horde-Horde-Imap-Client.spec | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/php-horde-Horde-Imap-Client.spec b/php-horde-Horde-Imap-Client.spec index cc7d49e..0387d1a 100644 --- a/php-horde-Horde-Imap-Client.spec +++ b/php-horde-Horde-Imap-Client.spec @@ -127,9 +127,6 @@ done | tee ../%{pear_name}.lang src=$(pwd)/%{pear_name}-%{version} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -# Ignore failed test - under investigation -rm DateTimeTest.php - phpunit \ --include-path=$src/lib \ -d date.timezone=UTC \ |