diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-19 09:39:20 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-19 09:39:20 (GMT) |
commit | d1dfef4884d442f7c3a8a0f5e6a5b0e1aed2a19d (patch) | |
tree | 4d5bed19b1ec15769cb8521be154fe4c10fb7d7d /tests/main.test | |
parent | f7b532246a185fd8f314fdf9969a4a58533f90bc (diff) | |
download | tcl-d1dfef4884d442f7c3a8a0f5e6a5b0e1aed2a19d.zip tcl-d1dfef4884d442f7c3a8a0f5e6a5b0e1aed2a19d.tar.gz tcl-d1dfef4884d442f7c3a8a0f5e6a5b0e1aed2a19d.tar.bz2 |
Handle github actions test failures. Backported from 8.6
Diffstat (limited to 'tests/main.test')
-rw-r--r-- | tests/main.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/main.test b/tests/main.test index 2ea3119..beafca9 100644 --- a/tests/main.test +++ b/tests/main.test @@ -101,7 +101,7 @@ namespace eval ::tcl::test::main { Tcl_Main: encoding of script name: system encoding loss Note the shortcoming explained in Tcl Feature Request 491789 } -constraints { - stdio + stdio tempNotWin } -setup { makeFile {puts [list $argv0 $argv $tcl_interactive]} \u00c0 catch {set f [open "|[list [interpreter] \u00c0]" r]} |