diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-11-21 22:01:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-11-21 22:01:54 (GMT) |
commit | 8a4e71640b292243f063cf1273e35e0c3efc1425 (patch) | |
tree | d351a31b2a76e46e55111c36c7bf520eaee4564c /tests/unixInit.test | |
parent | 91e64fb4758b08118646d3a4cb707a9288e920f3 (diff) | |
parent | 23ef10a6a40fd66b675102e65fe948610b8fe224 (diff) | |
download | tcl-8a4e71640b292243f063cf1273e35e0c3efc1425.zip tcl-8a4e71640b292243f063cf1273e35e0c3efc1425.tar.gz tcl-8a4e71640b292243f063cf1273e35e0c3efc1425.tar.bz2 |
Merge 8.7. More utf-8 checks with --strict
Diffstat (limited to 'tests/unixInit.test')
-rw-r--r-- | tests/unixInit.test | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/unixInit.test b/tests/unixInit.test index 69c3eac..2ea7d8e 100644 --- a/tests/unixInit.test +++ b/tests/unixInit.test @@ -346,8 +346,6 @@ test unixInit-3.1 {TclpSetInitialEncodings} -constraints { } -match regexp -result {^(iso8859-15?|utf-8)$} test unixInit-3.2 {TclpSetInitialEncodings} -setup { catch {set oldlc_all $env(LC_ALL)} - catch {set oldtcl_library $env(TCL_LIBRARY)} - unset -nocomplain env(TCL_LIBRARY) } -constraints {unix stdio} -body { set env(LANG) japanese set env(LC_ALL) japanese @@ -366,7 +364,6 @@ test unixInit-3.2 {TclpSetInitialEncodings} -setup { } -cleanup { unset -nocomplain env(LANG) env(LC_ALL) catch {set env(LC_ALL) $oldlc_all} - catch {set env(TCL_LIBRARY) $oldtcl_library} } -result 0 test unixInit-4.1 {TclpSetVariables} {unix} { |