From: Eric Blake Date: Fri, 4 Apr 2025 15:06:33 +0000 (-0500) Subject: tests: Better name in init.sh usage X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=9c0a8cb3723b29868d54ff3255154784201d7d5a;p=gnulib.git tests: Better name in init.sh usage * tests/init.sh: Prefer a word with non-negative connotation, and which can't be confused for a typo. --- diff --git a/tests/init.sh b/tests/init.sh index 1e6a399e20..d695020545 100644 --- a/tests/init.sh +++ b/tests/init.sh @@ -267,7 +267,7 @@ test -n "$EXEEXT" && test -n "$BASH_VERSION" && shopt -s expand_aliases # Create a temporary directory, much like mktemp -d does. # Written by Jim Meyering. # -# Usage: mktempd_ /tmp phoey.XXXXXXXXXX +# Usage: mktempd_ /tmp template.XXXXXXXXXX # # First, try to use the mktemp program. # Failing that, we'll roll our own mktemp-like function: