summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/shell/hush_test/hush-misc/builtin1.tests
diff options
context:
space:
mode:
Diffstat (limited to 'release/src/router/busybox/shell/hush_test/hush-misc/builtin1.tests')
-rwxr-xr-xrelease/src/router/busybox/shell/hush_test/hush-misc/builtin1.tests6
1 files changed, 6 insertions, 0 deletions
diff --git a/release/src/router/busybox/shell/hush_test/hush-misc/builtin1.tests b/release/src/router/busybox/shell/hush_test/hush-misc/builtin1.tests
new file mode 100755
index 00000000..1a2941fa
--- /dev/null
+++ b/release/src/router/busybox/shell/hush_test/hush-misc/builtin1.tests
@@ -0,0 +1,6 @@
+# builtins, unlike keywords like "while", can be constructed
+# with substitutions
+VARIABLE=export
+$VARIABLE VARIABLE
+env | grep ^VARIABLE
+echo OK:$?