forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-tcltk/tcllib: Removing a test dependent on time
Closes: https://bugs.gentoo.org/681234 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <[email protected]>
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters