diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-04-06 21:52:40 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-04-06 21:52:40 +0200 |
commit | 57b8623754fdd10b2cc194db09772f60010928af (patch) | |
tree | 273d4591f096d8ddf0f54feb5c23b104a8edd0db /Makefile.am | |
parent | 250bc998ac9d456f70c675579020d7173f87f3c3 (diff) | |
download | guix-57b8623754fdd10b2cc194db09772f60010928af.tar guix-57b8623754fdd10b2cc194db09772f60010928af.tar.gz |
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.am | 1 |
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 \ |