Remove extraneous space.

This commit is contained in:
Richard W.M. Jones 2017-10-17 12:22:41 +01:00
parent 9e362f5458
commit b52116c5f3

View File

@ -94,7 +94,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
%check %check
if ! make check ; then if ! make check ; then
cat test-suite.log cat test-suite.log
exit 1 exit 1
fi fi