summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/fileSystemEncoding.test4
1 files changed, 4 insertions, 0 deletions
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::*