diff options
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 |