aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-standalone/nofork_env.right
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-11-03 14:16:25 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2017-11-03 14:16:25 +0100
commita5060b8364faa7c677c8950f1315c451403b0660 (patch)
treef62638268fb4edd79cd1a062d63092df1a5b4513 /shell/ash_test/ash-standalone/nofork_env.right
parentf5e8b4278822f2413bf7e47466f55cc1a0fcca9a (diff)
downloadbusybox-a5060b8364faa7c677c8950f1315c451403b0660.tar.gz
ash: fix nofork bug where environment is not properly passed to a command
function old new delta listvars 144 252 +108 evalcommand 1500 1546 +46 showvars 142 147 +5 shellexec 242 245 +3 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 4/0 up/down: 162/0) Total: 162 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash_test/ash-standalone/nofork_env.right')
-rw-r--r--shell/ash_test/ash-standalone/nofork_env.right9
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ash_test/ash-standalone/nofork_env.right b/shell/ash_test/ash-standalone/nofork_env.right
new file mode 100644
index 000000000..3f16ff458
--- /dev/null
+++ b/shell/ash_test/ash-standalone/nofork_env.right
@@ -0,0 +1,9 @@
+ZVAR=1
+ZVAR=2
+ZVAR=3
+ZVAR=4
+ZVAR=5
+ZVAR=6
+ZVAR=7
+ZVAR=8
+Ok:0