Use C.UTF-8 locale during check

This commit is contained in:
Mikolaj Izdebski 2019-11-07 19:20:51 +01:00
parent 29602300f3
commit cadd578eea

View File

@ -479,9 +479,7 @@ install -d -m 755 %{buildroot}%{_mandir}/man1/
install -p -m 644 man/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
%check
%if 0%{?rhel} && 0%{?rhel} <= 7
export LC_ALL=en_US.UTF-8
%endif
export LC_ALL=C.UTF-8
%{ant} test
%files