aboutsummaryrefslogtreecommitdiff
path: root/testsuite/all_sourcecode.tests
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-28 19:53:48 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-28 19:53:48 +0000
commit15545b1db95c6d2db984c4c2f4c9821bb5d729d3 (patch)
tree273a9e58c0f9a148a1e94df4386c524a13af85b0 /testsuite/all_sourcecode.tests
parenta2d9a1752c4a59adc94307c584f949b24bd10338 (diff)
downloadbusybox-15545b1db95c6d2db984c4c2f4c9821bb5d729d3.tar.gz
- print "Obsolet headers" instead of "Obsolete function usage" when checking
for obsolet includes.
Diffstat (limited to 'testsuite/all_sourcecode.tests')
-rwxr-xr-xtestsuite/all_sourcecode.tests2
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