diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-30 23:11:20 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-30 23:11:20 +0000 |
commit | 6fd181afd97102bb355120d6a384a9fd5de932c8 (patch) | |
tree | e258582c0f14f06750e480e2c244260e79860fd0 /testsuite/msh | |
parent | 99f25757d3ddfdbe764f04ee037b19b748b7caec (diff) | |
download | busybox-w32-6fd181afd97102bb355120d6a384a9fd5de932c8.tar.gz busybox-w32-6fd181afd97102bb355120d6a384a9fd5de932c8.tar.bz2 busybox-w32-6fd181afd97102bb355120d6a384a9fd5de932c8.zip |
Merge test suite.
git-svn-id: svn://busybox.net/trunk/busybox@3603 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'testsuite/msh')
-rw-r--r-- | testsuite/msh/msh-supports-underscores-in-variable-names | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/msh/msh-supports-underscores-in-variable-names b/testsuite/msh/msh-supports-underscores-in-variable-names new file mode 100644 index 000000000..9c7834b37 --- /dev/null +++ b/testsuite/msh/msh-supports-underscores-in-variable-names | |||
@@ -0,0 +1 @@ | |||
test "`busybox msh -c 'FOO_BAR=foo; echo $FOO_BAR'`" = foo | |||