bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

test-framework-sh: Fix typo in function invocation (regression 2024-06-1


From: Collin Funk
Subject: test-framework-sh: Fix typo in function invocation (regression 2024-06-11).
Date: Sun, 23 Jun 2024 18:42:27 -0700
User-agent: Gnus/5.13 (Gnus v5.13)

I noticed that tests/init.sh is copied to many GNU projects for their
own test suite (manually I assume). This means that on BSD the use of
'-t' spams the -pXXXX directories in /tmp. I noticed this when looking
at something unrelated in diffutils earlier.

While copying the file over I noticed a call to 'fail_' had a typo. I've
committed this patch fixing it.

If someone wants to update these packages that would be nice. :)

$ find . -name 'init.sh' | xargs grep -l 'mktemp -d -t -p'
./cppi/tests/init.sh
./diffutils/tests/init.sh
./grep/tests/init.sh
./parted/tests/init.sh
./sed/testsuite/init.sh
./vc-dwim/tests/init.sh
./gzip/tests/init.sh
./findutils/tests/init.sh

Collin

Attachment: 0001-test-framework-sh-Fix-typo-in-function-invocation-re.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]