diff options
author | hobbs <hobbs> | 2001-05-21 22:30:44 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-05-21 22:30:44 (GMT) |
commit | 2097e7712c69bf74cbcbf12d2bdbc05701d42390 (patch) | |
tree | 778624e4d63a54503dfd78c21967f550f473acdd /tests/http.test | |
parent | 0dcff52f4d0961a06b24fcd48f63ce85cf71f169 (diff) | |
download | tcl-2097e7712c69bf74cbcbf12d2bdbc05701d42390.zip tcl-2097e7712c69bf74cbcbf12d2bdbc05701d42390.tar.gz tcl-2097e7712c69bf74cbcbf12d2bdbc05701d42390.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]} { |