rpms/abicheck/devel abicheck-1.2-tests.patch,1.1,1.2

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu May 24 10:32:27 UTC 2007


Author: mschwendt

Update of /cvs/extras/rpms/abicheck/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19668

Modified Files:
	abicheck-1.2-tests.patch 
Log Message:


abicheck-1.2-tests.patch:

Index: abicheck-1.2-tests.patch
===================================================================
RCS file: /cvs/extras/rpms/abicheck/devel/abicheck-1.2-tests.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- abicheck-1.2-tests.patch	24 May 2007 09:43:41 -0000	1.1
+++ abicheck-1.2-tests.patch	24 May 2007 10:32:23 -0000	1.2
@@ -44,3 +44,15 @@
  	pass
  else
  	fail
+diff -Nur abicheck-1.2-orig/test/run_tests abicheck-1.2/test/run_tests
+--- abicheck-1.2-orig/test/run_tests	2002-02-07 15:40:20.000000000 +0100
++++ abicheck-1.2/test/run_tests	2007-05-24 12:33:02.000000000 +0200
+@@ -39,7 +39,7 @@
+ # private1:
+ 
+ name="private1: calls private sym in libc"
+-if abicheck ./private1 2>/dev/null | egrep 'PRIVATE:.*libc.*(__open|__nanosleep)' > /dev/null; then
++if abicheck ./private1 2>/dev/null | grep 'PRIVATE:.*libc.*\(__open\|__nanosleep\)' > /dev/null; then
+ 	pass
+ else
+ 	fail




More information about the fedora-extras-commits mailing list