summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-04-06 21:52:40 +0200
committerLudovic Courtès <ludo@gnu.org>2015-04-06 21:52:40 +0200
commit57b8623754fdd10b2cc194db09772f60010928af (patch)
tree273d4591f096d8ddf0f54feb5c23b104a8edd0db /Makefile.am
parent250bc998ac9d456f70c675579020d7173f87f3c3 (diff)
downloadguix-57b8623754fdd10b2cc194db09772f60010928af.tar.gz
guix-57b8623754fdd10b2cc194db09772f60010928af.tar.xz
tests: Move 'guix package' tests that require networking to a separate file.
* tests/guix-package.sh (shebang_not_too_long): Remove. Move everything below "if [networking + shebang_not_too_long]" to... * tests/guix-package-net.sh: ... here. New file. * Makefile.am (SH_TESTS): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e15e43fdd4..d54e281163 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -205,6 +205,7 @@ SH_TESTS = \
tests/guix-gc.sh \
tests/guix-hash.sh \
tests/guix-package.sh \
+ tests/guix-package-net.sh \
tests/guix-system.sh \
tests/guix-archive.sh \
tests/guix-authenticate.sh \