aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-vars/var.tests
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush_test/hush-vars/var.tests')
-rw-r--r--shell/hush_test/hush-vars/var.tests10
1 files changed, 0 insertions, 10 deletions
diff --git a/shell/hush_test/hush-vars/var.tests b/shell/hush_test/hush-vars/var.tests
deleted file mode 100644
index b0637ea6b..000000000
--- a/shell/hush_test/hush-vars/var.tests
+++ /dev/null
@@ -1,10 +0,0 @@
1URL=http://busybox.net
2
3echo $URL
4echo ${URL}_abc
5
6true
7false; echo $?
8true
9# BUG: prints 0, must be 1
10{ false; echo $?; }