diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-28 19:53:48 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-28 19:53:48 +0000 |
commit | 15545b1db95c6d2db984c4c2f4c9821bb5d729d3 (patch) | |
tree | 273a9e58c0f9a148a1e94df4386c524a13af85b0 /testsuite | |
parent | a2d9a1752c4a59adc94307c584f949b24bd10338 (diff) | |
download | busybox-15545b1db95c6d2db984c4c2f4c9821bb5d729d3.tar.gz |
- print "Obsolet headers" instead of "Obsolete function usage" when checking
for obsolet includes.
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/all_sourcecode.tests | 2 |
1 files changed, 1 insertions, 1 deletions
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 |