From 3b621e98a7961f0e76c85c64d11a24c1d8c68a34 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Sun, 30 Aug 2020 14:12:18 +0000 Subject: Disable textcase safe-stock86-7.4, because http 1 is no longer present in the Tcl 8.7 distribution --- tests/safe-stock86.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/safe-stock86.test b/tests/safe-stock86.test index ccfdd3f..72e9d34 100644 --- a/tests/safe-stock86.test +++ b/tests/safe-stock86.test @@ -78,7 +78,8 @@ test safe-stock86-7.2 {tests specific path and interpFind/AddToAccessPath, uses $mappA -- [safe::interpDelete $i] } -match glob -result {{$p(:0:)} {$p(:*:)} -- 1 {can't find package http 1} --\ {TCLLIB */dummy/unixlike/test/path} -- {}} -test safe-stock86-7.4 {tests specific path and positive search, uses http1.0} -body { +# Disable because http 1 is no longer present in the Tcl 8.7 distribution. +test safe-stock86-7.4 {tests specific path and positive search, uses http1.0} -constraints nonPortable -body { set i [safe::interpCreate -nostat -nested 1 -accessPath [list [info library]]] # should not add anything (p0) set token1 [safe::interpAddToAccessPath $i [info library]] -- cgit v0.12