From b1432e6e0d74f34378a92c4768734ec92c9b6b23 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Mon, 21 Nov 2022 23:52:36 +0000 Subject: Mark unixInit-3.2 as "knownBug". See [fccb9f322f] --- tests/unixInit.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unixInit.test b/tests/unixInit.test index 69c3eac..8e64c7a 100644 --- a/tests/unixInit.test +++ b/tests/unixInit.test @@ -348,7 +348,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} -body { +} -constraints {unix stdio knownBug} -body { set env(LANG) japanese set env(LC_ALL) japanese set f [open "|[list [interpreter]]" w+] -- cgit v0.12