From 30c9cc5b178932bc417846919eaa2fc1bf8e5996 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 17 Jun 2008 07:24:29 +0000 Subject: hush: continue fixing quoting and subst: fix glob_and_assign.tests. --- shell/hush_test/run-all | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'shell/hush_test/run-all') diff --git a/shell/hush_test/run-all b/shell/hush_test/run-all index 5cec85a..b79af2f 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 -- cgit v1.1