summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/shell/hush_test/hush-misc/export.right
diff options
context:
space:
mode:
Diffstat (limited to 'release/src/router/busybox/shell/hush_test/hush-misc/export.right')
-rw-r--r--release/src/router/busybox/shell/hush_test/hush-misc/export.right6
1 files changed, 6 insertions, 0 deletions
diff --git a/release/src/router/busybox/shell/hush_test/hush-misc/export.right b/release/src/router/busybox/shell/hush_test/hush-misc/export.right
new file mode 100644
index 00000000..4df2e385
--- /dev/null
+++ b/release/src/router/busybox/shell/hush_test/hush-misc/export.right
@@ -0,0 +1,6 @@
+export aaa1="'''"
+export aaa2=
+export aaa3="'''"'abc'
+export aaa4='def'"'''"
+export aaa5="'''"'abc'"'''"'def'"'''"
+Done