summaryrefslogtreecommitdiff
path: root/sys-devel/automake/files/automake-1.16.5-fix-instmany-python.sh-test.patch
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-14 21:22:41 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-15 16:58:26 +0100
commit24579fc8ca4ef3bed96481e5aff2c3d21c51682c (patch)
treea86761fb9754ca7ccec290e76fb02a991da82210 /sys-devel/automake/files/automake-1.16.5-fix-instmany-python.sh-test.patch
parentaf466a47a6379c6525c66c60bb73abcb29211e63 (diff)
downloadgentoo-24579fc8ca4ef3bed96481e5aff2c3d21c51682c.tar.gz
gentoo-24579fc8ca4ef3bed96481e5aff2c3d21c51682c.tar.bz2
gentoo-24579fc8ca4ef3bed96481e5aff2c3d21c51682c.zip
Move {sys-devel → dev-build}/automake
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/automake/files/automake-1.16.5-fix-instmany-python.sh-test.patch')
-rw-r--r--sys-devel/automake/files/automake-1.16.5-fix-instmany-python.sh-test.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/sys-devel/automake/files/automake-1.16.5-fix-instmany-python.sh-test.patch b/sys-devel/automake/files/automake-1.16.5-fix-instmany-python.sh-test.patch
deleted file mode 100644
index 5cddb4cfb83f..000000000000
--- a/sys-devel/automake/files/automake-1.16.5-fix-instmany-python.sh-test.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 50daac4f15d207b6b69011b9cdde62b56c1c8b10 Mon Sep 17 00:00:00 2001
-From: Thomas Deutschmann <whissi@gentoo.org>
-Date: Fri, 20 Nov 2020 02:17:31 +0100
-Subject: [PATCH 2/2] tests: fix instmany-python.sh: increase limit
-
-Still failing with 4500 on Gentoo. Passing with 7000...
----
- t/instmany-python.sh | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/t/instmany-python.sh b/t/instmany-python.sh
-index dce3594b5..1c482520d 100644
---- a/t/instmany-python.sh
-+++ b/t/instmany-python.sh
-@@ -21,7 +21,7 @@
- required='python'
- . test-init.sh
-
--limit=4500
-+limit=7000
- subdir=long_subdir_name_with_many_characters
- nfiles=81
- list=$(seq_ 1 $nfiles)
---
-2.29.2
-