From 1507f1d13b6ce88221f9ff0332fb66955dca3112 Mon Sep 17 00:00:00 2001 From: aldot Date: Fri, 28 Apr 2006 19:53:48 +0000 Subject: - print "Obsolet headers" instead of "Obsolete function usage" when checking for obsolet includes. git-svn-id: svn://busybox.net/trunk/busybox@14955 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- testsuite/all_sourcecode.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/all_sourcecode.tests') diff --git a/testsuite/all_sourcecode.tests b/testsuite/all_sourcecode.tests index 976f30887..e71301b06 100755 --- a/testsuite/all_sourcecode.tests +++ b/testsuite/all_sourcecode.tests @@ -70,7 +70,7 @@ rm -f src.obsolete.funcs 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 -- cgit v1.2.3-55-g6feb