>$ make check TESTS=tests/fold/fold-zero-width.sh VERBOSE=yes That still gave me fatal: making test-suite.log: failed to create tests/fold/fold-zero-width.sh.trs fatal: making test-suite.log: failed to create tests/fold/fold-zero-width.sh.log and it showed # PASS: 1 even with "(ulimit -v $(($vm+0)) && fold 2>err >/dev/full)" My CentOS 7 server has make-3.82-24.el7.x86_64
So, I just ran the full tests with make check VERBOSE=yes and did a binary search. The smallest number that passed for me was 108336 "(ulimit -v $(($vm+108336)) && fold 2>err >/dev/full)" William ________________________________ From: Collin Funk <[email protected]> Sent: Saturday, September 20, 2025 7:20 PM To: William Bader <[email protected]> Cc: Pádraig Brady <[email protected]>; [email protected] <[email protected]>; [email protected] <[email protected]>; Bruno Haible <[email protected]> Subject: Re: new snapshot available: coreutils-9.7.327-71a8c.tar.xz Hi William, William Bader <[email protected]> writes: > Is there a way to run a single test? > I could find the minimal value that works on my CentOS 7 server. > I tried "make check TESTS=test-fold-zero-width.sh VERBOSE=yes" from > both the top level directory and from the "tests" directory, but it > says: Try to run this instead: $ make check TESTS=tests/fold/fold-zero-width.sh VERBOSE=yes That should work. Collin
