diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-03 16:56:37 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-03 16:56:37 +0200 |
commit | 2e989ef232e35750df573898077dd356003705b2 (patch) | |
tree | 82b5cd9e138106ce4083be6c9c368a95e4b9941a /shell/ash_test | |
parent | f82be93c1cd30e8168e91433bcce9fca58f7d0c8 (diff) | |
download | busybox-w32-2e989ef232e35750df573898077dd356003705b2.tar.gz busybox-w32-2e989ef232e35750df573898077dd356003705b2.tar.bz2 busybox-w32-2e989ef232e35750df573898077dd356003705b2.zip |
msh: delete this applet
It's deprecated since 2009 and interferes with make_single_applets.sh tests.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash_test')
-rwxr-xr-x | shell/ash_test/run-all | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/ash_test/run-all b/shell/ash_test/run-all index 354cc1fcf..8dfdddd9f 100755 --- a/shell/ash_test/run-all +++ b/shell/ash_test/run-all | |||
@@ -59,9 +59,9 @@ do_test() | |||
59 | if [ $# -lt 1 ]; then | 59 | if [ $# -lt 1 ]; then |
60 | # All sub directories | 60 | # All sub directories |
61 | modules=`ls -d ash-*` | 61 | modules=`ls -d ash-*` |
62 | # If you want to test ash against hush and msh testsuites | 62 | # If you want to test ash against hush testsuite |
63 | # (have to copy hush_test and msh_test dirs to current dir first): | 63 | # (have to copy hush_test dir to current dir first): |
64 | #modules=`ls -d ash-* hush_test/hush-* msh_test/msh-*` | 64 | #modules=`ls -d ash-* hush_test/hush-*` |
65 | 65 | ||
66 | for module in $modules; do | 66 | for module in $modules; do |
67 | do_test $module | 67 | do_test $module |