[David Bremner] Re: [PATCH] test-databases: use wget or curl to download test databases

2017-03-16 Thread David Bremner
--- Begin Message --- Tomi Ollila writes: > Often Linux systems are shipped with wget(1) by default (and no curl). > > Many BSDs, macOS, and e.g. some Linux minimal/container images > comes with curl(1) (and no wget). > > Attempting to download with curl if wget is not

Re: [PATCH] test-databases: use wget or curl to download test databases

2017-03-14 Thread David Bremner
Tomi Ollila writes: > Often Linux systems are shipped with wget(1) by default (and no curl). > > Many BSDs, macOS, and e.g. some Linux minimal/container images > comes with curl(1) (and no wget). > > Attempting to download with curl if wget is not available increases > the

[PATCH] test-databases: use wget or curl to download test databases

2017-03-12 Thread Tomi Ollila
Often Linux systems are shipped with wget(1) by default (and no curl). Many BSDs, macOS, and e.g. some Linux minimal/container images comes with curl(1) (and no wget). Attempting to download with curl if wget is not available increases the likelihood for this to succeed. --- This is an update