From d6050949b8e9f3573c43d6d8e2cdbe5fe1265e2b Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 14 May 2007 22:09:52 +0000 Subject: hush: move testsuite files from hush-bugs to hush-parsing (as these bugs are now fixed) --- shell/hush_test/hush-bugs/argv0.right | 1 - shell/hush_test/hush-bugs/argv0.tests | 4 ---- shell/hush_test/hush-bugs/quote2.right | 1 - shell/hush_test/hush-bugs/quote2.tests | 2 -- shell/hush_test/hush-parsing/argv0.right | 1 + shell/hush_test/hush-parsing/argv0.tests | 4 ++++ shell/hush_test/hush-parsing/quote2.right | 1 + shell/hush_test/hush-parsing/quote2.tests | 2 ++ 8 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 shell/hush_test/hush-bugs/argv0.right delete mode 100755 shell/hush_test/hush-bugs/argv0.tests delete mode 100644 shell/hush_test/hush-bugs/quote2.right delete mode 100755 shell/hush_test/hush-bugs/quote2.tests create mode 100644 shell/hush_test/hush-parsing/argv0.right create mode 100755 shell/hush_test/hush-parsing/argv0.tests create mode 100644 shell/hush_test/hush-parsing/quote2.right create mode 100755 shell/hush_test/hush-parsing/quote2.tests 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 @@ -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 @@ -if test $# = 0; then - exec "$THIS_SH" "$0" arg -fi -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 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 @@ -a=1 -echo ">$a" diff --git a/shell/hush_test/hush-parsing/argv0.right b/shell/hush_test/hush-parsing/argv0.right new file mode 100644 index 000000000..d86bac9de --- /dev/null +++ b/shell/hush_test/hush-parsing/argv0.right @@ -0,0 +1 @@ +OK diff --git a/shell/hush_test/hush-parsing/argv0.tests b/shell/hush_test/hush-parsing/argv0.tests new file mode 100755 index 000000000..f5c40f6fe --- /dev/null +++ b/shell/hush_test/hush-parsing/argv0.tests @@ -0,0 +1,4 @@ +if test $# = 0; then + exec "$THIS_SH" "$0" arg +fi +echo OK diff --git a/shell/hush_test/hush-parsing/quote2.right b/shell/hush_test/hush-parsing/quote2.right new file mode 100644 index 000000000..3bc9edcd6 --- /dev/null +++ b/shell/hush_test/hush-parsing/quote2.right @@ -0,0 +1 @@ +>1 diff --git a/shell/hush_test/hush-parsing/quote2.tests b/shell/hush_test/hush-parsing/quote2.tests new file mode 100755 index 000000000..bd966f30b --- /dev/null +++ b/shell/hush_test/hush-parsing/quote2.tests @@ -0,0 +1,2 @@ +a=1 +echo ">$a" -- cgit v1.2.3