diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-07-19 21:47:53 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-07-19 21:47:53 (GMT) |
commit | 408b3815ace54fe1580fe6b3c0aea3403732edf1 (patch) | |
tree | 2eee09f227aaa61528ba0ec9e4f1969c3c375561 /ChangeLog | |
parent | f7a85c74ab8ed55803fbcd9cd91a115bc1190b60 (diff) | |
download | tcl-408b3815ace54fe1580fe6b3c0aea3403732edf1.zip tcl-408b3815ace54fe1580fe6b3c0aea3403732edf1.tar.gz tcl-408b3815ace54fe1580fe6b3c0aea3403732edf1.tar.bz2 |
Fix miguel's problem with env failures; need LANG to get [encoding system]
right in subprocesses...
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2008-07-19 Donal K. Fellows <dkf@users.sf.net> + * tests/env.test: Add LANG to the list of variables that are not + touched by the environment variable tests, so that subprocesses can + get their system encoding correct. + * tests/exec.test, tests/env.test: Rewrite so that non-ASCII characters are not used in the final comparison. Part of fixing [Bug 1513659]. |