disabling tests needs to be changed for new release

This commit is contained in:
Adrian Reber 2007-07-23 13:26:31 +00:00
parent 65141c9328
commit 7b7306e976

View File

@ -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