Skip to content

Commit

Permalink
Merge 8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Sep 22, 2023
2 parents a9bb920 + cee706d commit 0b7bdb4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/zipfs.test
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b7bdb4

Please sign in to comment.