summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/shell/hush_test/hush-misc/export.tests
diff options
context:
space:
mode:
Diffstat (limited to 'release/src/router/busybox/shell/hush_test/hush-misc/export.tests')
-rwxr-xr-xrelease/src/router/busybox/shell/hush_test/hush-misc/export.tests7
1 files changed, 7 insertions, 0 deletions
diff --git a/release/src/router/busybox/shell/hush_test/hush-misc/export.tests b/release/src/router/busybox/shell/hush_test/hush-misc/export.tests
new file mode 100755
index 00000000..87a27ecc
--- /dev/null
+++ b/release/src/router/busybox/shell/hush_test/hush-misc/export.tests
@@ -0,0 +1,7 @@
+export aaa1="'''"
+export aaa2=""
+export aaa3="'''abc"
+export aaa4="def'''"
+export aaa5="'''abc'''def'''"
+export | grep aaa.=
+echo Done