guix-download: Gracefully handle invalid URIs.
authorLudovic Courtès <ludo@gnu.org>
Tue, 13 Nov 2012 21:13:11 +0000 (22:13 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 13 Nov 2012 21:15:59 +0000 (22:15 +0100)
commitecdb81e159a29c92351bc51c3556a760074f7473
treef7113a1036729caab5fef32fd783b7b984b91898
parentdb32c281dd8c74b938119048d63090e84fb4ebe0
guix-download: Gracefully handle invalid URIs.

* guix-download.in (guix-download): Error out when `string->uri'
  returns #f.  Use `leave' when the scheme is unknown.
* tests/guix-download.sh: Add tests.
guix-download.in
tests/guix-download.sh