Use C.UTF-8 locale during check
This commit is contained in:
parent
29602300f3
commit
cadd578eea
4
ant.spec
4
ant.spec
@ -479,9 +479,7 @@ install -d -m 755 %{buildroot}%{_mandir}/man1/
|
|||||||
install -p -m 644 man/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
|
install -p -m 644 man/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
export LC_ALL=C.UTF-8
|
||||||
export LC_ALL=en_US.UTF-8
|
|
||||||
%endif
|
|
||||||
%{ant} test
|
%{ant} test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user