summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-09-22 13:58:11 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-09-22 13:58:11 (GMT)
commit92041e6a8bbc5add106753eaf23cc17e319d293b (patch)
tree2d6359ad79c389c53cb239363c83536fe2de9184
parent00f7d2106a2d5d690cbec6a974d6b4cfb1ec3448 (diff)
parentfffc4119bef3f1894ff2043a720b902b6a88adbe (diff)
downloadtcl-92041e6a8bbc5add106753eaf23cc17e319d293b.zip
tcl-92041e6a8bbc5add106753eaf23cc17e319d293b.tar.gz
tcl-92041e6a8bbc5add106753eaf23cc17e319d293b.tar.bz2
Merge 8.6 - Bug [0aaeb9c380]
-rw-r--r--library/tcltest/tcltest.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/tcltest/tcltest.tcl b/library/tcltest/tcltest.tcl
index c7aee29..22a4dfd 100644
--- a/library/tcltest/tcltest.tcl
+++ b/library/tcltest/tcltest.tcl
@@ -2402,6 +2402,7 @@ proc tcltest::Skipped {name constraints} {
# make sure that the constraints are satisfied.
set doTest 0
+ set constraints [string trim $constraints]
if {[string match {*[$\[]*} $constraints] != 0} {
# full expression, e.g. {$foo > [info tclversion]}
catch {set doTest [uplevel #0 [list expr $constraints]]}