gnu: Add kafs-client
[jackhill/guix/guix.git] / gnu / packages / patches / automake-skip-amhello-tests.patch
CommitLineData
7cd1d7bd
LC
1Skip tests that rely on the `amhello' tarball that comes with Automake.
2That tarball's `configure' uses #!/bin/sh, but we can't easily patch it.
3
4diff --git a/t/amhello-binpkg.sh b/t/amhello-binpkg.sh
5index fa88cc6..d988cee 100755
6--- a/t/amhello-binpkg.sh
7+++ b/t/amhello-binpkg.sh
8@@ -17,6 +17,7 @@
9 # Test an example from the manual about the 'amhello' package:
10 # using DESTDIR to build simple, no-frills binary packages.
11
12+exit 77
13 am_create_testdir=empty
14 . ./defs || exit 1
15
16diff --git a/t/amhello-cflags.sh b/t/amhello-cflags.sh
17index 666011f..2a95e3c 100755
18--- a/t/amhello-cflags.sh
19+++ b/t/amhello-cflags.sh
20@@ -18,6 +18,7 @@
21 # using VPATH builds to configure the same package with different
22 # options.
23
24+exit 77
25 am_create_testdir=empty
26 required=gcc
27 . ./defs || exit 1
28diff --git a/t/amhello-cross-compile.sh b/t/amhello-cross-compile.sh
29index 708abda..2ee4292 100755
30--- a/t/amhello-cross-compile.sh
31+++ b/t/amhello-cross-compile.sh
32@@ -17,6 +17,7 @@
33 # Test an example from the manual about the 'amhello' package:
34 # cross-compiling a package from Linux/Unix to MinGW.
35
36+exit 77
37 am_create_testdir=empty
38 required=i586-mingw32msvc-gcc
39 . ./defs || exit 1