diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-16 02:49:40 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-16 02:49:40 +0100 |
commit | e208279722a7dc874b02e7ebf456667f26d6c8e2 (patch) | |
tree | 83202f26c33304dc7b4f1fa777b7af140d566754 /testsuite/runtest | |
parent | 1e9bc2603dc6c9dc282058056e1c28bd817da488 (diff) | |
download | busybox-w32-e208279722a7dc874b02e7ebf456667f26d6c8e2.tar.gz busybox-w32-e208279722a7dc874b02e7ebf456667f26d6c8e2.tar.bz2 busybox-w32-e208279722a7dc874b02e7ebf456667f26d6c8e2.zip |
fix testing of busybox "applet" itself
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/runtest')
-rwxr-xr-x | testsuite/runtest | 1 |
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 | |||
92 | fi | 92 | fi |
93 | 93 | ||
94 | implemented=$( | 94 | implemented=$( |
95 | printf "busybox " # always implemented | ||
95 | "$bindir/busybox" 2>&1 | | 96 | "$bindir/busybox" 2>&1 | |
96 | while read line; do | 97 | while read line; do |
97 | if [ x"$line" = x"Currently defined functions:" ]; then | 98 | if [ x"$line" = x"Currently defined functions:" ]; then |