From 7dfb011e469df9003ddd10b0d0dd6ab906a9efe7 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Aug 16 2005 12:42:41 +0000 Subject: drop the testing lines - after last build attempt --- diff --git a/abicheck.spec b/abicheck.spec index fb92bec..6296b77 100644 --- a/abicheck.spec +++ b/abicheck.spec @@ -46,14 +46,7 @@ install -p -m 0644 abicheck.1 $RPM_BUILD_ROOT%{_mandir}/man1 %check cd test -make private1 public1 -for a in $(seq 1 50); do ( - ../abicheck ./public1 || : - ../abicheck ./private1 | egrep 'PRIVATE:.*libc.*(__open|__nanosleep)' || : -); done -cd - make test -: %clean