svn commit: trunk/busybox/testsuite

aldot at busybox.net aldot at busybox.net
Fri Apr 28 19:53:50 UTC 2006


Author: aldot
Date: 2006-04-28 12:53:48 -0700 (Fri, 28 Apr 2006)
New Revision: 14955

Log:
- print "Obsolet headers" instead of "Obsolete function usage" when checking
  for obsolet includes.


Modified:
   trunk/busybox/testsuite/all_sourcecode.tests


Changeset:
Modified: trunk/busybox/testsuite/all_sourcecode.tests
===================================================================
--- trunk/busybox/testsuite/all_sourcecode.tests	2006-04-28 19:44:22 UTC (rev 14954)
+++ trunk/busybox/testsuite/all_sourcecode.tests	2006-04-28 19:53:48 UTC (rev 14955)
@@ -70,7 +70,7 @@
 find $srcdir/.. '(' -name '*.c' -o -name '*.h' ')' -print0 | xargs -0 \
 	grep -E -e '\<(malloc|memory)\.h\>' \
 	| sed -e "s:^$srcdir/\.\./::g" > src.obsolete.headers
-testing "Obsolete function usage" "cat src.obsolete.headers" "" "" ""
+testing "Obsolete headers" "cat src.obsolete.headers" "" "" ""
 rm -f src.obsolete.headers
 
 




More information about the busybox-cvs mailing list