From 7df28bbb8fa3ba2878c288401c898ec477e55df1 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 18 Jun 2010 14:23:47 +0200 Subject: ash: fix unset in standalone mode Signed-off-by: Denys Vlasenko --- shell/ash_test/ash-standalone/var_standalone1.right | 1 + shell/ash_test/ash-standalone/var_standalone1.tests | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 shell/ash_test/ash-standalone/var_standalone1.right create mode 100755 shell/ash_test/ash-standalone/var_standalone1.tests (limited to 'shell/ash_test') diff --git a/shell/ash_test/ash-standalone/var_standalone1.right b/shell/ash_test/ash-standalone/var_standalone1.right new file mode 100644 index 0000000..37457fd --- /dev/null +++ b/shell/ash_test/ash-standalone/var_standalone1.right @@ -0,0 +1 @@ +Done: 1 diff --git a/shell/ash_test/ash-standalone/var_standalone1.tests b/shell/ash_test/ash-standalone/var_standalone1.tests new file mode 100755 index 0000000..1e905ba --- /dev/null +++ b/shell/ash_test/ash-standalone/var_standalone1.tests @@ -0,0 +1,2 @@ +VAR=42 $THIS_SH -c 'unset VAR; env | grep ^VAR' +echo Done: $? -- cgit v1.1