FS#57273 - [wget] check() fails test #8 reported upstream, patch fixes

Attached to Project: Arch Linux
Opened by David McInnis (daavve) - Monday, 29 January 2018, 13:53 GMT
Last edited by Jelle van der Waa (jelly) - Saturday, 05 January 2019, 16:21 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Levente Polyak (anthraxx)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

[wget] check() fails test #8 reported upstream, patch fixes

wget 1.19.4

The following patch from upstream fixes the problem:


diff --git a/tests/Test-https-pfs.px b/tests/Test-https-pfs.px
index 627bd678..d28eec69 100755
--- a/tests/Test-https-pfs.px
+++ b/tests/Test-https-pfs.px
@@ -47,7 +47,7 @@ unless ($addr)
}
unless (inet_ntoa($addr) =~ "127.0.0.1")
{
- warn "Failed to resolve $$addr, using $srcdir/certs/wgethosts\n";
+ warn "Unexpected IP for localhost: ".inet_ntoa($addr)."\n";
exit 77;
}
This task depends upon

Closed by  Jelle van der Waa (jelly)
Saturday, 05 January 2019, 16:21 GMT
Reason for closing:  Deferred
Additional comments about closing:  works in 1.20
Comment by Eli Schwartz (eschwartz) - Monday, 29 January 2018, 14:38 GMT

Loading...