diff options
author | Mike Frysinger | 2009-11-04 18:49:08 -0500 |
---|---|---|
committer | Mike Frysinger | 2009-11-04 18:49:08 -0500 |
commit | eacbca57350bad76ff9265ca0cee5d9244ab5451 (patch) | |
tree | e28200f54b0e652fc461755aaa77e4de3bf98270 /testsuite | |
parent | 78824f38a3df1848ee323ca93cece049c00930ab (diff) | |
download | busybox-eacbca57350bad76ff9265ca0cee5d9244ab5451.zip busybox-eacbca57350bad76ff9265ca0cee5d9244ab5451.tar.gz |
all_sourcecode.tests: check commented out applet order too
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
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 c0a1f86..94f4360 100755 --- a/testsuite/all_sourcecode.tests +++ b/testsuite/all_sourcecode.tests @@ -33,7 +33,7 @@ rm -f src.usage.escaped # verify the applet order is correct in applets.h, otherwise # applets won't be called properly. # -sed -n -e '/^IF_[A-Z]*(APPLET/{s:,.*::;s:.*(::;s:"::g;p}' \ +sed -n -e 's:^//::' -e '/^IF_[A-Z]*(APPLET/{s:,.*::;s:.*(::;s:"::g;p}' \ $srcdir/../include/applets.h > applet.order.current LC_ALL=C sort applet.order.current > applet.order.correct testing "Applet order" "diff -u applet.order.current applet.order.correct" "" "" "" |