fix test to not depend on network connection
(cherry picked from commit 4c61dfc217
)
This commit is contained in:
parent
67711f53da
commit
5c79d60eb4
|
@ -184,7 +184,7 @@
|
|||
(let ()
|
||||
(define (q)
|
||||
(define s (udp-open-socket #f #f))
|
||||
(udp-bind! s #f 5999)
|
||||
(udp-bind! s "127.0.0.1" 5999)
|
||||
s)
|
||||
|
||||
(define s (q))
|
||||
|
|
Loading…
Reference in New Issue
Block a user