aboutsummaryrefslogtreecommitdiff
path: root/testsuite/all_sourcecode.tests
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-28 19:53:48 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-28 19:53:48 +0000
commit1507f1d13b6ce88221f9ff0332fb66955dca3112 (patch)
tree273a9e58c0f9a148a1e94df4386c524a13af85b0 /testsuite/all_sourcecode.tests
parent31924a3fe8deffa4724cbf4bca14a710d4439b9d (diff)
downloadbusybox-w32-1507f1d13b6ce88221f9ff0332fb66955dca3112.tar.gz
busybox-w32-1507f1d13b6ce88221f9ff0332fb66955dca3112.tar.bz2
busybox-w32-1507f1d13b6ce88221f9ff0332fb66955dca3112.zip
- 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
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
70find $srcdir/.. '(' -name '*.c' -o -name '*.h' ')' -print0 | xargs -0 \ 70find $srcdir/.. '(' -name '*.c' -o -name '*.h' ')' -print0 | xargs -0 \
71 grep -E -e '\<(malloc|memory)\.h\>' \ 71 grep -E -e '\<(malloc|memory)\.h\>' \
72 | sed -e "s:^$srcdir/\.\./::g" > src.obsolete.headers 72 | sed -e "s:^$srcdir/\.\./::g" > src.obsolete.headers
73testing "Obsolete function usage" "cat src.obsolete.headers" "" "" "" 73testing "Obsolete headers" "cat src.obsolete.headers" "" "" ""
74rm -f src.obsolete.headers 74rm -f src.obsolete.headers
75 75
76 76