diff options
| author | apnadkarni <apnmbx-wits@yahoo.com> | 2025-09-28 12:47:27 (GMT) |
|---|---|---|
| committer | apnadkarni <apnmbx-wits@yahoo.com> | 2025-09-28 12:47:27 (GMT) |
| commit | 32c954ee4b947cc0deffb6b70f0dc91f92954b12 (patch) | |
| tree | 06c90c7c9eb01cd31c38078e74508320eb7cff00 /tests | |
| parent | 72edbf2da4ecb9fe4dc87e593c1ff2d8d0b6999a (diff) | |
| download | tcl-core-apn-mutex-tests.zip tcl-core-apn-mutex-tests.tar.gz tcl-core-apn-mutex-tests.tar.bz2 | |
Fix skipping of mutex tests under MinGWcore-apn-mutex-tests
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/mutex.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mutex.test b/tests/mutex.test index 3ff2702..6356903 100644 --- a/tests/mutex.test +++ b/tests/mutex.test @@ -17,6 +17,7 @@ if {"::tcltest" ni [namespace children]} { source [file join [file dirname [info script]] tcltests.tcl] ::tcltest::loadTestedCommands +package require -exact tcl::test [info patchlevel] testConstraint testmutex [expr {[info commands testmutex] ne {}}] |
