diff options
Diffstat (limited to 'posix/tst-getconf.sh')
-rw-r--r-- | posix/tst-getconf.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/posix/tst-getconf.sh b/posix/tst-getconf.sh index 1cbebc5b68..0f770c40d0 100644 --- a/posix/tst-getconf.sh +++ b/posix/tst-getconf.sh @@ -24,12 +24,6 @@ run_getconf=$1; shift logfile=$common_objpfx/posix/tst-getconf.out -# Since we use `sort' we must make sure to use the same locale everywhere. -LC_ALL=C -export LC_ALL -LANG=C -export LANG - rm -f $logfile result=0 while read name; do |