From 15545b1db95c6d2db984c4c2f4c9821bb5d729d3 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 28 Apr 2006 19:53:48 +0000 Subject: - print "Obsolet headers" instead of "Obsolete function usage" when checking for obsolet includes. --- 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