From b52116c5f326c38cf7585d252475d39a01da80fd Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 17 Oct 2017 12:22:41 +0100 Subject: [PATCH] Remove extraneous space. --- virt-what.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virt-what.spec b/virt-what.spec index f841197..82e3635 100644 --- a/virt-what.spec +++ b/virt-what.spec @@ -94,7 +94,7 @@ make install DESTDIR=$RPM_BUILD_ROOT %check -if ! make check ; then +if ! make check ; then cat test-suite.log exit 1 fi