From c23500b047610a49df2483a70c588bd808479ae3 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mar 06 2018 12:45:23 +0000 Subject: Run tests with UTF-8 locale --- diff --git a/ant.spec b/ant.spec index 36e4052..16bfd9c 100644 --- a/ant.spec +++ b/ant.spec @@ -463,7 +463,7 @@ cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name} %if %with tests %check -%{ant} test +LC_ALL=en_US.utf8 %{ant} test %endif %files