From c23500b047610a49df2483a70c588bd808479ae3 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Tue, 6 Mar 2018 13:45:23 +0100 Subject: [PATCH] Run tests with UTF-8 locale --- ant.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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