diff options
author | hobbs <hobbs> | 2001-05-21 22:30:44 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-05-21 22:30:44 (GMT) |
commit | 800ac97509de43fcb34bbba26a4a875923d9de42 (patch) | |
tree | 778624e4d63a54503dfd78c21967f550f473acdd /tests/http.test | |
parent | 6353973e091a1a8a16f807288dddc5270f39e69d (diff) | |
download | tcl-800ac97509de43fcb34bbba26a4a875923d9de42.zip tcl-800ac97509de43fcb34bbba26a4a875923d9de42.tar.gz tcl-800ac97509de43fcb34bbba26a4a875923d9de42.tar.bz2 |
tests/http.test: removed unused notLinux constraint setting
Diffstat (limited to 'tests/http.test')
-rw-r--r-- | tests/http.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/http.test b/tests/http.test index 9ddb401..e5b43b6 100644 --- a/tests/http.test +++ b/tests/http.test @@ -12,14 +12,12 @@ # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # -# RCS: @(#) $Id: http.test,v 1.21 2000/06/02 23:43:54 hobbs Exp $ +# RCS: @(#) $Id: http.test,v 1.22 2001/05/21 22:30:44 hobbs Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest namespace import -force ::tcltest::* } -set tcltest::testConstraints(notLinux) \ - [expr ![string equal Linux $tcl_platform(os)]] if {[catch {package require http 2} version]} { if {[info exist http2]} { |