From 047122995db63a48e068e04717d715acfea1c0a3 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Mon, 28 Oct 2019 16:40:08 +0000 Subject: Put back tests/fileSystemEncoding.test, but now don't run it on Windows, since the NTFS doesn't the system encoding, therefore doesn't expose bug [bcd1004104]. --- tests/fileSystemEncoding.test | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/fileSystemEncoding.test b/tests/fileSystemEncoding.test index 12683b2..3679652 100644 --- a/tests/fileSystemEncoding.test +++ b/tests/fileSystemEncoding.test @@ -2,6 +2,10 @@ # Copyright (c) 2019 Poor Yorick +if {[string equal $::tcl_platform(os) "Windows NT"]} { + return +} + namespace eval ::tcl::test::fileSystemEncoding { package require tcltest 2 namespace import ::tcltest::* -- cgit v0.12