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 /testsuite | |
parent | f82be93c1cd30e8168e91433bcce9fca58f7d0c8 (diff) | |
download | busybox-2e989ef232e35750df573898077dd356003705b2.tar.gz |
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 'testsuite')
-rw-r--r-- | testsuite/msh/msh-supports-underscores-in-variable-names | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/msh/msh-supports-underscores-in-variable-names b/testsuite/msh/msh-supports-underscores-in-variable-names deleted file mode 100644 index 9c7834b37..000000000 --- a/testsuite/msh/msh-supports-underscores-in-variable-names +++ /dev/null @@ -1 +0,0 @@ -test "`busybox msh -c 'FOO_BAR=foo; echo $FOO_BAR'`" = foo |