diff options
Diffstat (limited to 'shell/ash_test/ash-misc/builtin1.tests')
-rwxr-xr-x | shell/ash_test/ash-misc/builtin1.tests | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ash_test/ash-misc/builtin1.tests b/shell/ash_test/ash-misc/builtin1.tests new file mode 100755 index 000000000..1a2941faa --- /dev/null +++ b/shell/ash_test/ash-misc/builtin1.tests | |||
@@ -0,0 +1,6 @@ | |||
1 | # builtins, unlike keywords like "while", can be constructed | ||
2 | # with substitutions | ||
3 | VARIABLE=export | ||
4 | $VARIABLE VARIABLE | ||
5 | env | grep ^VARIABLE | ||
6 | echo OK:$? | ||