ash testsuite: add most of hust tests which pass for ash
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
6
shell/ash_test/ash-misc/builtin1.tests
Executable file
6
shell/ash_test/ash-misc/builtin1.tests
Executable file
@@ -0,0 +1,6 @@
|
||||
# builtins, unlike keywords like "while", can be constructed
|
||||
# with substitutions
|
||||
VARIABLE=export
|
||||
$VARIABLE VARIABLE
|
||||
env | grep ^VARIABLE
|
||||
echo OK:$?
|
||||
Reference in New Issue
Block a user