gnu: Add kafs-client
[jackhill/guix/guix.git] / gnu / packages / patches / tar-skip-unreliable-tests.patch
1 Skip tests that rely on unlinkat(2) behavior that varies between
2 kernel versions and is unspecified.
3
4 See <http://bugs.gnu.org/20597>
5 and <http://lists.gnu.org/archive/html/bug-tar/2015-06/msg00000.html>.
6
7 --- tar-1.28/tests/testsuite 2014-07-27 22:35:27.000000000 +0200
8 +++ tar-1.28/tests/testsuite 2015-06-16 00:21:16.906380739 +0200
9 @@ -34680,6 +34680,7 @@ find .
10 )"
11 at_fn_check_prepare_notrace 'an embedded newline' "remfiles08a.at:31"
12 ( $at_check_trace;
13 +exit 77
14 mkdir gnu
15 (cd gnu
16 TEST_TAR_FORMAT=gnu
17 @@ -34762,6 +34763,7 @@ find .
18 )"
19 at_fn_check_prepare_notrace 'an embedded newline' "remfiles08b.at:36"
20 ( $at_check_trace;
21 +exit 77
22 mkdir gnu
23 (cd gnu
24 TEST_TAR_FORMAT=gnu
25 @@ -34850,6 +34852,7 @@ find .
26 )"
27 at_fn_check_prepare_notrace 'a `...` command substitution' "remfiles08c.at:31"
28 ( $at_check_trace;
29 +exit 77
30 mkdir gnu
31 (cd gnu
32 TEST_TAR_FORMAT=gnu