From 7b7306e976f67544661ab75167901bed7b6830c3 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Mon, 23 Jul 2007 13:26:31 +0000 Subject: [PATCH] disabling tests needs to be changed for new release --- libcdio.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libcdio.spec b/libcdio.spec index f055bdc..0a27398 100644 --- a/libcdio.spec +++ b/libcdio.spec @@ -66,8 +66,7 @@ cp -a example/C++/{*.cpp,README} examples/C++ %check || : # disable test using local CDROM -%{__sed} -i -e "s/am__EXEEXT_1 =.*$/am__EXEEXT_1 =/g" \ - -e "s,testiso9660\$(EXEEXT) \\\,\\\,g" test/Makefile +%{__sed} -i -e "s,testiso9660\$(EXEEXT),,g" test/Makefile make check