aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-vars/var.tests
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-07-31 10:34:48 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-07-31 10:34:48 +0000
commitd498131168005ccc4768b9c92d7e3c3547e390df (patch)
tree899ee471e327b9aea2889b599ed0b01290c5289c /shell/hush_test/hush-vars/var.tests
parentf173607520e0455d267a7a4100e5018f30000c56 (diff)
downloadbusybox-d498131168005ccc4768b9c92d7e3c3547e390df.tar.gz
hush: support $_NUMBERS variable names
Diffstat (limited to 'shell/hush_test/hush-vars/var.tests')
-rwxr-xr-xshell/hush_test/hush-vars/var.tests9
1 files changed, 0 insertions, 9 deletions
diff --git a/shell/hush_test/hush-vars/var.tests b/shell/hush_test/hush-vars/var.tests
deleted file mode 100755
index 0a63696c9..000000000
--- a/shell/hush_test/hush-vars/var.tests
+++ /dev/null
@@ -1,9 +0,0 @@
-URL=http://busybox.net
-
-echo $URL
-echo ${URL}_abc
-
-true
-false; echo $?
-true
-{ false; echo $?; }