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/all_sourcecode.tests | |
| parent | a2d9a1752c4a59adc94307c584f949b24bd10338 (diff) | |
| download | busybox-w32-15545b1db95c6d2db984c4c2f4c9821bb5d729d3.tar.gz busybox-w32-15545b1db95c6d2db984c4c2f4c9821bb5d729d3.tar.bz2 busybox-w32-15545b1db95c6d2db984c4c2f4c9821bb5d729d3.zip | |
- print "Obsolet headers" instead of "Obsolete function usage" when checking
for obsolet includes.
Diffstat (limited to 'testsuite/all_sourcecode.tests')
| -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 | |||
| 70 | find $srcdir/.. '(' -name '*.c' -o -name '*.h' ')' -print0 | xargs -0 \ | 70 | find $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 |
| 73 | testing "Obsolete function usage" "cat src.obsolete.headers" "" "" "" | 73 | testing "Obsolete headers" "cat src.obsolete.headers" "" "" "" |
| 74 | rm -f src.obsolete.headers | 74 | rm -f src.obsolete.headers |
| 75 | 75 | ||
| 76 | 76 | ||
