diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-14 22:09:52 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-14 22:09:52 +0000 |
commit | d6050949b8e9f3573c43d6d8e2cdbe5fe1265e2b (patch) | |
tree | 8498cd5e967a6cea77f20d6dbd452bcfb95eb618 /shell/hush_test/hush-bugs | |
parent | 764d59d48848121d89b31ddecf0130ce24a4d91b (diff) | |
download | busybox-w32-d6050949b8e9f3573c43d6d8e2cdbe5fe1265e2b.tar.gz busybox-w32-d6050949b8e9f3573c43d6d8e2cdbe5fe1265e2b.tar.bz2 busybox-w32-d6050949b8e9f3573c43d6d8e2cdbe5fe1265e2b.zip |
hush: move testsuite files from hush-bugs to hush-parsing
(as these bugs are now fixed)
Diffstat (limited to 'shell/hush_test/hush-bugs')
-rw-r--r-- | shell/hush_test/hush-bugs/argv0.right | 1 | ||||
-rwxr-xr-x | shell/hush_test/hush-bugs/argv0.tests | 4 | ||||
-rw-r--r-- | shell/hush_test/hush-bugs/quote2.right | 1 | ||||
-rwxr-xr-x | shell/hush_test/hush-bugs/quote2.tests | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/shell/hush_test/hush-bugs/argv0.right b/shell/hush_test/hush-bugs/argv0.right deleted file mode 100644 index d86bac9de..000000000 --- a/shell/hush_test/hush-bugs/argv0.right +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | OK | ||
diff --git a/shell/hush_test/hush-bugs/argv0.tests b/shell/hush_test/hush-bugs/argv0.tests deleted file mode 100755 index f5c40f6fe..000000000 --- a/shell/hush_test/hush-bugs/argv0.tests +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | if test $# = 0; then | ||
2 | exec "$THIS_SH" "$0" arg | ||
3 | fi | ||
4 | echo OK | ||
diff --git a/shell/hush_test/hush-bugs/quote2.right b/shell/hush_test/hush-bugs/quote2.right deleted file mode 100644 index 3bc9edcd6..000000000 --- a/shell/hush_test/hush-bugs/quote2.right +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | >1 | ||
diff --git a/shell/hush_test/hush-bugs/quote2.tests b/shell/hush_test/hush-bugs/quote2.tests deleted file mode 100755 index bd966f30b..000000000 --- a/shell/hush_test/hush-bugs/quote2.tests +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | a=1 | ||
2 | echo ">$a" | ||