]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] coverage: cleaning rules with lots of files to clean
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 2 Jul 2012 10:04:36 +0000 (12:04 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 7 Jul 2012 20:32:49 +0000 (22:32 +0200)
commita8a46a77d412b3bd5d371f5f35281b91efe1dc18
tree46f485de3ac5d0b1d15b2337539c2faa87c570b8
parente1b72b8f69b934116018c4d9fcb42dabe89e14a5
[ng] coverage: cleaning rules with lots of files to clean

* t/clean-many.sh: New test, try cleaning ~ 130 thousands files.
Currently fails on some systems (e.g., NetBSD 5.1).
* t/clean-many2.sh: New test, check that our cleaning rules do not
hit errors due to an exceeded command line length when there are
many files to clean; it does so by faking  a very low command line
length limit for 'rm' (max 50 arguments).  Currently failing.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/clean-many.sh [new file with mode: 0755]
t/clean-many2.sh [new file with mode: 0755]