summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-01-02 13:11:33 +0100
committerAlfredo Tupone <tupone@gentoo.org>2021-01-02 13:11:33 +0100
commitc1a100ff591c3d245636af3c3f856af7502f0ae2 (patch)
treea5ca0cad787e75ca575d2fa2e646fab6c1f6a698 /dev-tcltk/tcllib/files/tcllib-1.19-test.patch
parentmedia-sound/wavpack: fixed out of bound write (diff)
downloadgentoo-c1a100ff591c3d245636af3c3f856af7502f0ae2.tar.gz
gentoo-c1a100ff591c3d245636af3c3f856af7502f0ae2.tar.bz2
gentoo-c1a100ff591c3d245636af3c3f856af7502f0ae2.zip
dev-tcltk/tcllib: remove old version
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
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, 0 insertions, 18 deletions
diff --git a/dev-tcltk/tcllib/files/tcllib-1.19-test.patch b/dev-tcltk/tcllib/files/tcllib-1.19-test.patch
deleted file mode 100644
index bdeec3fff197..000000000000
--- a/dev-tcltk/tcllib/files/tcllib-1.19-test.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- 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