dev-tcltk/tcllib: Removing a test dependent on time
authorTupone Alfredo <tupone@gentoo.org>
Sat, 2 Nov 2019 21:42:54 +0000 (22:42 +0100)
committerTupone Alfredo <tupone@gentoo.org>
Sat, 2 Nov 2019 21:43:46 +0000 (22:43 +0100)
Closes: https://bugs.gentoo.org/681234
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
dev-tcltk/tcllib/files/tcllib-1.19-test.patch [new file with mode: 0644]
dev-tcltk/tcllib/tcllib-1.19.ebuild

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 (file)
index 0000000..bdeec3f
--- /dev/null
@@ -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
index d00b44232ee890dbfab833f8dac7ac9c16ab366e..4df05cba13092f2a708c9e752f72c3363136460f 100644 (file)
@@ -27,6 +27,8 @@ DOCS=(
 )
 HTML_DOCS=( devdoc/devguide.html devdoc/releaseguide.html )
 
+PATCHES=( "${FILESDIR}"/${P}-test.patch )
+
 src_prepare() {
        default
        if has_version ">=dev-lang/tcl-8.6.9"; then