diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2024-08-03 12:30:05 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2024-08-03 12:30:05 (GMT) |
commit | 21e666117b5dda60cbbd1d080272937f4d610dfe (patch) | |
tree | d2b761a2937b3e5f2633dc5d4b7875f429fc0e98 /tests | |
parent | 165343d07e23725f83743cf055fcd5cabf8173ca (diff) | |
download | tcl-21e666117b5dda60cbbd1d080272937f4d610dfe.zip tcl-21e666117b5dda60cbbd1d080272937f4d610dfe.tar.gz tcl-21e666117b5dda60cbbd1d080272937f4d610dfe.tar.bz2 |
Bug [fccb9f322f] - incorrect system encoding with zipfs builds
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unixInit.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unixInit.test b/tests/unixInit.test index 3bbe1e9..099dccb 100644 --- a/tests/unixInit.test +++ b/tests/unixInit.test @@ -100,7 +100,7 @@ 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 knownBug} -body { +} -constraints {unix stdio} -body { set env(LANG) japanese set env(LC_ALL) japanese set f [open "|[list [interpreter]]" w+] |