summaryrefslogtreecommitdiff
path: root/core/gnutls/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/gnutls/PKGBUILD')
-rw-r--r--core/gnutls/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/gnutls/PKGBUILD b/core/gnutls/PKGBUILD
index 4149aa2d..a12f200a 100644
--- a/core/gnutls/PKGBUILD
+++ b/core/gnutls/PKGBUILD
@@ -1,8 +1,9 @@
# ignore failing time test in gnulib for now
+# test-time fails the same way in gnulib as in findutils
eval "$(
declare -f check | \
sed '
- s/make check/make check || true/
+ s/make -j1 check/make -j1 check || true/
'
)"