aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-29 19:00:48 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-29 19:00:48 +0000
commitba1bc76fb507d01fcf25ee0c6a942df6693a469d (patch)
tree67bcf5563982d55a9f6f00ac5406b1727283ad04 /tests
parent2a91e88fc280a52fcf99a8ba07664c0494ab1a7d (diff)
downloadbusybox-w32-ba1bc76fb507d01fcf25ee0c6a942df6693a469d.tar.gz
busybox-w32-ba1bc76fb507d01fcf25ee0c6a942df6693a469d.tar.bz2
busybox-w32-ba1bc76fb507d01fcf25ee0c6a942df6693a469d.zip
Test applets containing numbers in their name. Thanks to Larry Doolittle.
git-svn-id: svn://busybox.net/trunk/busybox@1710 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'tests')
-rwxr-xr-xtests/multibuild.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/multibuild.pl b/tests/multibuild.pl
index 92b1abde9..fb9cdd494 100755
--- a/tests/multibuild.pl
+++ b/tests/multibuild.pl
@@ -24,7 +24,7 @@ while (<C>) {
24 $trailer .= $_; 24 $trailer .= $_;
25 } else { 25 } else {
26 $in_trailer=1 if /End of Applications List/; 26 $in_trailer=1 if /End of Applications List/;
27 if (/^\/*#define BB_([A-Z_]*)/) { 27 if (/^\/*#define BB_([A-Z0-9_]*)/) {
28 push @apps, $1; 28 push @apps, $1;
29 } 29 }
30 } 30 }