aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/guix-test-networking.patch
diff options
context:
space:
mode:
authorCyril Roelandt <tipecaml@gmail.com>2015-05-08 19:37:05 +0200
committerCyril Roelandt <tipecaml@gmail.com>2015-05-10 02:10:07 +0200
commit8fda1b797063af19bda898e41dcf6a8369d8aed5 (patch)
treefa9d9df7bacc27bf89d459882b50844ec88086e1 /gnu/packages/patches/guix-test-networking.patch
parentdd51caac55f052cecc61c7b8ab16654e3ace569f (diff)
downloadguix-8fda1b797063af19bda898e41dcf6a8369d8aed5.tar
guix-8fda1b797063af19bda898e41dcf6a8369d8aed5.tar.gz
Remove leftover patches.
* gnu/packages/patches/guix-test-networking.patch: Delete it. * gnu/packages/patches/libtool-skip-tests.patch: Delete it. * gnu/packages/patches/python-sqlite-3.8.4-test-fix.patch: Delete it. * gnu/packages/patches/udev-gir-libtool.patch: Delete it. * gnu-system.am (dist_patch_DATA): Remove them as well.
Diffstat (limited to 'gnu/packages/patches/guix-test-networking.patch')
-rw-r--r--gnu/packages/patches/guix-test-networking.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/gnu/packages/patches/guix-test-networking.patch b/gnu/packages/patches/guix-test-networking.patch
deleted file mode 100644
index a8d1f4fd2f..0000000000
--- a/gnu/packages/patches/guix-test-networking.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Skip that test when the network is unreachable.
-
-diff --git a/tests/packages.scm b/tests/packages.scm
-index 04e3b0b..6ac215b 100644
---- a/tests/packages.scm
-+++ b/tests/packages.scm
-@@ -139,6 +139,8 @@
- (and (direct-store-path? source)
- (string-suffix? "utils.scm" source))))
-
-+(unless (false-if-exception (getaddrinfo "www.gnu.org" "80" AI_NUMERICSERV))
-+ (test-skip 1))
- (test-equal "package-source-derivation, snippet"
- "OK"
- (let* ((file (search-bootstrap-binary "guile-2.0.9.tar.xz"