guix-download: Add support for file:// URIs.
[jackhill/guix/guix.git] / tests / guix-download.sh
index fc7b35d..e756600 100644 (file)
@@ -31,3 +31,6 @@ then false; else true; fi
 
 if guix-download not/a/uri;
 then false; else true; fi
+
+# This one should succeed.
+guix-download "file://$abs_top_srcdir/README"