summaryrefslogtreecommitdiff
path: root/dev-tcltk/tcllib/files/tcllib-1.19-test.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
commitbd4aeefe33e63f613512604e47bfca7b2187697d (patch)
treeadb35b5a9a00ee7ea591ab0c987f70167c23b597 /dev-tcltk/tcllib/files/tcllib-1.19-test.patch
parent48ece6662cbd443015f5a57ae6d8cbdbd69ef37c (diff)
gentoo resync : 03.11.2019
Diffstat (limited to 'dev-tcltk/tcllib/files/tcllib-1.19-test.patch')
-rw-r--r--dev-tcltk/tcllib/files/tcllib-1.19-test.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-tcltk/tcllib/files/tcllib-1.19-test.patch b/dev-tcltk/tcllib/files/tcllib-1.19-test.patch
new file mode 100644
index 000000000000..bdeec3fff197
--- /dev/null
+++ b/dev-tcltk/tcllib/files/tcllib-1.19-test.patch
@@ -0,0 +1,18 @@
+--- a/modules/httpd/httpd.test 2019-11-02 22:36:08.983215578 +0100
++++ b/modules/httpd/httpd.test 2019-11-02 22:37:04.397309180 +0100
+@@ -448,15 +448,6 @@
+
+ [clock seconds]}]
+
+-test scgi-client-0005 {URL Different output with a different request} {
+-set reply [::scgi::test::send 10001 {REQUEST_METHOD POST
+-REQUEST_URI /time
+-
+-THIS ONE ALONE IS MINE}]
+-
+-::httpd::test::compare $reply $checkreply
+-} {}
+-
+ set fin [open [file join $DEMOROOT pkgIndex.tcl] r]
+ set checkfile [read $fin]
+ close $fin