hush: move testsuite files from hush-bugs to hush-parsing
(as these bugs are now fixed)
This commit is contained in:
1
shell/hush_test/hush-parsing/argv0.right
Normal file
1
shell/hush_test/hush-parsing/argv0.right
Normal file
@@ -0,0 +1 @@
|
||||
OK
|
||||
4
shell/hush_test/hush-parsing/argv0.tests
Executable file
4
shell/hush_test/hush-parsing/argv0.tests
Executable file
@@ -0,0 +1,4 @@
|
||||
if test $# = 0; then
|
||||
exec "$THIS_SH" "$0" arg
|
||||
fi
|
||||
echo OK
|
||||
1
shell/hush_test/hush-parsing/quote2.right
Normal file
1
shell/hush_test/hush-parsing/quote2.right
Normal file
@@ -0,0 +1 @@
|
||||
>1
|
||||
2
shell/hush_test/hush-parsing/quote2.tests
Executable file
2
shell/hush_test/hush-parsing/quote2.tests
Executable file
@@ -0,0 +1,2 @@
|
||||
a=1
|
||||
echo ">$a"
|
||||
Reference in New Issue
Block a user