diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-30 14:12:18 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-30 14:12:18 (GMT) |
commit | 3b621e98a7961f0e76c85c64d11a24c1d8c68a34 (patch) | |
tree | 1a10582a5159cf95cbae56b7de4513f46e2a4a5d /tests/safe-stock86.test | |
parent | 6ecf15e4f182a6be8c106737c7ee792beeab649a (diff) | |
download | tcl-3b621e98a7961f0e76c85c64d11a24c1d8c68a34.zip tcl-3b621e98a7961f0e76c85c64d11a24c1d8c68a34.tar.gz tcl-3b621e98a7961f0e76c85c64d11a24c1d8c68a34.tar.bz2 |
Disable textcase safe-stock86-7.4, because http 1 is no longer present in the Tcl 8.7 distribution
Diffstat (limited to 'tests/safe-stock86.test')
-rw-r--r-- | tests/safe-stock86.test | 3 |
1 files changed, 2 insertions, 1 deletions
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]] |