aboutsummaryrefslogtreecommitdiff
path: root/testsuite/runtest
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-01-16 02:49:40 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-16 02:49:40 +0100
commite208279722a7dc874b02e7ebf456667f26d6c8e2 (patch)
tree83202f26c33304dc7b4f1fa777b7af140d566754 /testsuite/runtest
parent1e9bc2603dc6c9dc282058056e1c28bd817da488 (diff)
downloadbusybox-e208279722a7dc874b02e7ebf456667f26d6c8e2.tar.gz
fix testing of busybox "applet" itself
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/runtest')
-rwxr-xr-xtestsuite/runtest1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/runtest b/testsuite/runtest
index 3ff4b96da..10563d7b2 100755
--- a/testsuite/runtest
+++ b/testsuite/runtest
@@ -92,6 +92,7 @@ if [ x"$1" = x"-v" ]; then
fi
implemented=$(
+ printf "busybox " # always implemented
"$bindir/busybox" 2>&1 |
while read line; do
if [ x"$line" = x"Currently defined functions:" ]; then