diff options
Diffstat (limited to 'shell/hush_test/run-all')
-rwxr-xr-x | shell/hush_test/run-all | 9 |
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 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | unset LANG LANGUAGE | ||
4 | unset LC_COLLATE | ||
5 | unset LC_CTYPE | ||
6 | unset LC_MONETARY | ||
7 | unset LC_MESSAGES | ||
8 | unset LC_NUMERIC | ||
9 | unset LC_TIME | ||
10 | unset LC_ALL | ||
11 | |||
3 | test -x hush || { | 12 | test -x hush || { |
4 | echo "No ./hush - creating a link to ../../busybox" | 13 | echo "No ./hush - creating a link to ../../busybox" |
5 | ln -s ../../busybox hush | 14 | ln -s ../../busybox hush |