summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2019-02-06 18:29:37 (GMT)
committersebres <sebres@users.sourceforge.net>2019-02-06 18:29:37 (GMT)
commit445aa5833b2b86fe2b861389c9cf1aa167fd95ea (patch)
tree13341c70ba8eb7095710cb497d38434f8fe4182b
parent9d568b1bdd58e6080af0bf086cc040a63ce4f549 (diff)
downloadtcl-445aa5833b2b86fe2b861389c9cf1aa167fd95ea.zip
tcl-445aa5833b2b86fe2b861389c9cf1aa167fd95ea.tar.gz
tcl-445aa5833b2b86fe2b861389c9cf1aa167fd95ea.tar.bz2
tests/httpcookie.test: apply "-load" option for this test (in order to provide/overwrite library/path to fit correct sqlite3 library for the test)
-rw-r--r--tests/httpcookie.test2
1 files changed, 2 insertions, 0 deletions
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]}]