aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/run-all
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-17 07:24:29 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-17 07:24:29 +0000
commit30c9cc5b178932bc417846919eaa2fc1bf8e5996 (patch)
tree57e6d113f605411ee3fe272fdc0746d7f189f71c /shell/hush_test/run-all
parentc7985b76c5174c4c224b67e29dd554443f80f47e (diff)
downloadbusybox-30c9cc5b178932bc417846919eaa2fc1bf8e5996.tar.gz
hush: continue fixing quoting and subst: fix glob_and_assign.tests.
Diffstat (limited to 'shell/hush_test/run-all')
-rwxr-xr-xshell/hush_test/run-all9
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/hush_test/run-all b/shell/hush_test/run-all
index 5cec85af6..b79af2f67 100755
--- a/shell/hush_test/run-all
+++ b/shell/hush_test/run-all
@@ -1,5 +1,14 @@
#!/bin/sh
+unset LANG LANGUAGE
+unset LC_COLLATE
+unset LC_CTYPE
+unset LC_MONETARY
+unset LC_MESSAGES
+unset LC_NUMERIC
+unset LC_TIME
+unset LC_ALL
+
test -x hush || {
echo "No ./hush - creating a link to ../../busybox"
ln -s ../../busybox hush