From cee706d627cadc060d6fd1ab4fc5044e26d2034c Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Fri, 22 Sep 2023 15:01:00 +0000 Subject: Fix test contraint "bbe7c6ff9e" --- tests/zipfs.test | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/zipfs.test b/tests/zipfs.test index 3471d63..5d20084 100644 --- a/tests/zipfs.test +++ b/tests/zipfs.test @@ -960,10 +960,8 @@ namespace eval test_ns_zipfs { gets $fd } -result $result {*}$args } - if {$::tcl_platform(platform) in {windows unix}} { - # The bug bbe7c6ff9e only manifests on macos - testConstraint bbe7c6ff9e 1 - } + # The bug bbe7c6ff9e only manifests on macos + testConstraint bbe7c6ff9e [expr {$::tcl_platform(os) ne "Darwin"}] testpassword plain plain.txt password plaintext testpassword plain-nopassword plain.txt "" plaintext testpassword plain-badpassword plain.txt xxx plaintext -- cgit v0.12