hush: move testsuite files from hush-bugs to hush-parsing

(as these bugs are now fixed)
This commit is contained in:
Denis Vlasenko
2007-05-14 22:09:52 +00:00
parent 764d59d488
commit d6050949b8
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1 @@
OK

View File

@@ -0,0 +1,4 @@
if test $# = 0; then
exec "$THIS_SH" "$0" arg
fi
echo OK

View File

@@ -0,0 +1 @@
>1

View File

@@ -0,0 +1,2 @@
a=1
echo ">$a"