removed "|| :" after %check; it seems to cause a build failure

This commit is contained in:
Adrian Reber 2008-05-30 07:25:36 +00:00
parent a529fa6af0
commit 1ffd3977e5

View File

@ -64,7 +64,7 @@ cp -a example/{*.c,README} examples
cp -a example/C++/{*.cpp,README} examples/C++
%check || :
%check
# disable test using local CDROM
%{__sed} -i -e "s,testiso9660\$(EXEEXT),,g" \
-e "s,check_paranoia.sh check_opts.sh, check_opts.sh,g" \