diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-07-31 08:12:54 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-07-31 08:12:54 +0200 |
commit | f75248d328025c1e93b207b2c062acdf6aacfec1 (patch) | |
tree | 91156a9309fa2f3ce87a9c59270eaaf6fd73d2df | |
parent | d29b943184cc40efbbc094d1dad6e22f2366ba3e (diff) |
php-horde-Horde-Serialize: fix comment
-rw-r--r-- | php-horde-Horde-Serialize.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-horde-Horde-Serialize.spec b/php-horde-Horde-Serialize.spec index 7c18f94..22a9bbd 100644 --- a/php-horde-Horde-Serialize.spec +++ b/php-horde-Horde-Serialize.spec @@ -80,7 +80,7 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) %if 0%{?fedora} < 24 -: Skip failed test with jsonc < 1.3.8 +: Skip failed test with jsonc before 1.3.8 sed -e 's/function testJsonInvalidUTF8Input/function SKIP_testJsonInvalidUTF8Input/' \ -i JsonTest.php %endif |