projects
/
notmuch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
9c3a27d
)
test-databases: use wget or curl to download test databases
author
Tomi Ollila
<tomi.ollila@iki.fi>
Sun, 12 Mar 2017 12:59:33 +0000
(14:59 +0200)
committer
David Bremner
<david@tethera.net>
Thu, 16 Mar 2017 01:06:12 +0000
(22:06 -0300)
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.
No differences found