Use "127.0.0.1" instead of "localhost" which can be more fragile.
(It's possible to have issues with "localhost", for example when there's something in a $LOCALDOMAIN environment variable, which made this test fail on certain machines.)
This commit is contained in:
parent
f6f7e4eb35
commit
22afec432c
|
@ -209,7 +209,7 @@ END
|
||||||
pasv2-port-maj pasv2-port-min
|
pasv2-port-maj pasv2-port-min
|
||||||
))))
|
))))
|
||||||
|
|
||||||
(define server "localhost")
|
(define server "127.0.0.1")
|
||||||
(define port main-port)
|
(define port main-port)
|
||||||
(define user "anonymous")
|
(define user "anonymous")
|
||||||
(define passwd "nonny")
|
(define passwd "nonny")
|
||||||
|
@ -255,4 +255,4 @@ END
|
||||||
|
|
||||||
))))
|
))))
|
||||||
|
|
||||||
(tests)
|
(tests)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user