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-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-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 fi implemented=$( + printf "busybox " # always implemented "$bindir/busybox" 2>&1 | while read line; do if [ x"$line" = x"Currently defined functions:" ]; then |