From 445aa5833b2b86fe2b861389c9cf1aa167fd95ea Mon Sep 17 00:00:00 2001 From: sebres Date: Wed, 6 Feb 2019 18:29:37 +0000 Subject: tests/httpcookie.test: apply "-load" option for this test (in order to provide/overwrite library/path to fit correct sqlite3 library for the test) --- tests/httpcookie.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/httpcookie.test b/tests/httpcookie.test index 8835791..a6b193f 100644 --- a/tests/httpcookie.test +++ b/tests/httpcookie.test @@ -12,6 +12,8 @@ package require tcltest 2 namespace import -force ::tcltest::* +::tcltest::loadTestedCommands + testConstraint notOSXtravis [apply {{} { upvar 1 env(TRAVIS_OSX_IMAGE) travis return [expr {![info exists travis] || ![string match xcode* $travis]}] -- cgit v0.12