diff options
author | hobbs <hobbs@noemail.net> | 2001-05-21 22:30:44 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2001-05-21 22:30:44 (GMT) |
commit | 790ef1c3f8846dbe86884d6752f66cb7dabd1b63 (patch) | |
tree | 778624e4d63a54503dfd78c21967f550f473acdd /tests/http.test | |
parent | 54ab0cfbd1a3a208400a691313616adcc5bd6e57 (diff) | |
download | tcl-790ef1c3f8846dbe86884d6752f66cb7dabd1b63.zip tcl-790ef1c3f8846dbe86884d6752f66cb7dabd1b63.tar.gz tcl-790ef1c3f8846dbe86884d6752f66cb7dabd1b63.tar.bz2 |
tests/http.test: removed unused notLinux constraint setting
FossilOrigin-Name: 82af8025746cce3cfc876b08aae6d1a19835db66
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]} { |