]> git.ipfire.org Git - ipfire-3.x.git/blob - gawk/patches/disable-the-pma-test.patch
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / gawk / patches / disable-the-pma-test.patch
1 From 5ef029c1d69d2b2d802928c4b80d000b87e97548 Mon Sep 17 00:00:00 2001
2 From: rpm-build <rpm-build>
3 Date: Mon, 22 May 2023 17:48:35 +0200
4 Subject: [PATCH] Disable the pma test
5
6 ---
7 test/Makefile.in | 4 +---
8 1 file changed, 1 insertion(+), 3 deletions(-)
9
10 diff --git a/test/Makefile.am b/test/Makefile.am
11 index 3ed140c..65e2f9c 100644
12 --- a/test/Makefile.am
13 +++ b/test/Makefile.am
14 @@ -2246,9 +2246,7 @@ makepmafile: makepmafile.c
15
16 pma:
17 @echo $@
18 - @GAWK_PERSIST_FILE=test.pma $(AWK) 'BEGIN { print ++i }' > _$@ 2>&1
19 - @GAWK_PERSIST_FILE=test.pma $(AWK) 'BEGIN { print ++i }' >> _$@ 2>&1
20 - @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
21 + @echo Skipping pma tests
22 @-$(RM) -f test.pma
23
24
25 --
26 2.40.0
27