From 37d19403e78e8dfab24a471bee7c8ee17346e43c Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 8 Nov 2012 00:13:25 +0100 Subject: guix-download: Error out when the HTTP response code is not 200. * guix-download.in (http-fetch): Leave with an error message when RESPONSE's code is not 200. * tests/guix-download.sh: New file. * Makefile.am (TESTS): Add it. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e0bef419d1..b0fefae968 100644 --- a/Makefile.am +++ b/Makefile.am @@ -145,6 +145,7 @@ TESTS = \ tests/snix.scm \ tests/union.scm \ tests/guix-build.sh \ + tests/guix-download.sh \ tests/guix-package.sh TEST_EXTENSIONS = .scm .sh -- cgit v1.2.3