tests: Move 'guix package' tests that require networking to a separate file.
authorLudovic Courtès <ludo@gnu.org>
Mon, 6 Apr 2015 19:52:40 +0000 (21:52 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 6 Apr 2015 19:52:40 +0000 (21:52 +0200)
commit57b8623754fdd10b2cc194db09772f60010928af
tree273d4591f096d8ddf0f54feb5c23b104a8edd0db
parent250bc998ac9d456f70c675579020d7173f87f3c3
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.
Makefile.am
tests/guix-package-net.sh [new file with mode: 0644]
tests/guix-package.sh