shell/ash_test/run-all: unset locale/language variables
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
| TOPDIR=`pwd` | ||||
|  | ||||
| if test ! -x ash; then | ||||
|   | ||||
		Reference in New Issue
	
	Block a user