Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Staging:N
guile
guile-net-db-test.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File guile-net-db-test.patch of Package guile
Index: guile-2.0.12/test-suite/tests/net-db.test =================================================================== --- guile-2.0.12.orig/test-suite/tests/net-db.test 2016-07-21 14:25:17.366696839 +0200 +++ guile-2.0.12/test-suite/tests/net-db.test 2016-07-21 14:25:23.086643860 +0200 @@ -79,6 +79,7 @@ (and (defined? 'EAI_NODATA) ; GNU extension (= errcode EAI_NODATA)) (= errcode EAI_AGAIN) + (= errcode EAI_SYSTEM) (begin (format #t "unexpected error code: ~a ~s~%" errcode (gai-strerror errcode)) @@ -105,6 +106,7 @@ ;; `EAI_NONAME'.) (and (or (= errcode EAI_SERVICE) (= errcode EAI_NONAME) + (= errcode EAI_SYSTEM) (and (defined? 'EAI_NODATA) (= errcode EAI_NODATA))) (string? (gai-strerror errcode))))))))
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor