Overview
Comment: | Updated locale test to use LC_ALL since dietlibc's setlocale() ignores LANG |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0d9a6198ae9b06e4b6a511116098b38d |
User & Date: | rkeene on 2010-09-26 04:48:30 |
Other Links: | manifest | tags |
Context
2010-09-26
| ||
04:48 | Updated to produce Tclkits that lack Mk4 check-in: 266a96d1d3 user: rkeene tags: trunk | |
04:48 | Updated locale test to use LC_ALL since dietlibc's setlocale() ignores LANG check-in: 0d9a6198ae user: rkeene tags: trunk | |
04:48 |
Updated to create tests log with PASS/FAIL
Added additional information to Locale test check-in: 205ad8c75e user: rkeene tags: trunk | |
Changes
Modified build/test/tests/05-locale.sh from [62817958fb] to [a736528644].
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 |