Differences From Artifact [62817958fb]:
- File build/test/tests/05-locale.sh — part of check-in [b180e9a80f] at 2010-09-26 04:46:10 on branch trunk — Added internal testing script (user: rkeene, size: 71) [annotate] [blame] [check-ins using]
To Artifact [a736528644]:
- File build/test/tests/05-locale.sh — part of check-in [0d9a6198ae] at 2010-09-26 04:48:30 on branch trunk — Updated locale test to use LC_ALL since dietlibc's setlocale() ignores LANG (user: rkeene, size: 81) [annotate] [blame] [check-ins using]
1 2 3 | #! /bin/bash unset $(locale | cut -f 1 -d =) | | | | 1 2 3 4 5 | #! /bin/bash unset $(locale | cut -f 1 -d =) LC_ALL="en_US.UTF-8" export LC_ALL |