diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-03-18 13:04:39 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-03-18 13:04:39 (GMT) |
commit | d8c018f1a22a3dd5e68107869456c01488a13823 (patch) | |
tree | 22c14f7fe334900423f4510679eb8d33995a5ae9 /tests/http.test | |
parent | 21c68a2e1d7a0c5a9b78091d5dffd972a01dede8 (diff) | |
download | tcl-d8c018f1a22a3dd5e68107869456c01488a13823.zip tcl-d8c018f1a22a3dd5e68107869456c01488a13823.tar.gz tcl-d8c018f1a22a3dd5e68107869456c01488a13823.tar.bz2 |
Add proper cleanup to testcases
Diffstat (limited to 'tests/http.test')
-rw-r--r-- | tests/http.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/http.test b/tests/http.test index 93998fe..a34b168 100644 --- a/tests/http.test +++ b/tests/http.test @@ -15,6 +15,7 @@ if {"::tcltest" ni [namespace children]} { package require tcltest 2.5 namespace import -force ::tcltest::* } +package require tcltests if {[catch {package require http 2} version]} { if {[info exists http2]} { |