summaryrefslogtreecommitdiff
path: root/sys-devel/automake/files/automake-1.16.1-py3-pep3147-cmdline.patch
blob: 7ece18ebc3005d16d3aa7f975b4deb711c845f61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff -ruN automake-1.16.1.orig/t/instmany-python.sh automake-1.16.1/t/instmany-python.sh
--- automake-1.16.1.orig/t/instmany-python.sh	2018-02-26 21:38:28.000000000 +0100
+++ automake-1.16.1/t/instmany-python.sh	2020-01-20 02:44:37.192352310 +0100
@@ -21,7 +21,11 @@
 required='python'
 . test-init.sh
 
-limit=2500
+limit=3200
+# Let's increase the number here a bit, otherwise the __pycache__ dirs
+# make the test fail. I know this is a hack, but does anything conform
+# to the POSIX limit of 4096 still anyway?
+
 subdir=long_subdir_name_with_many_characters
 nfiles=81
 list=$(seq_ 1 $nfiles)