]> Savannah Git Hosting - gnulib.git/commitdiff
tests: Better name in init.sh usage
authorEric Blake <eblake@redhat.com>
Fri, 4 Apr 2025 15:06:33 +0000 (10:06 -0500)
committerEric Blake <eblake@redhat.com>
Fri, 4 Apr 2025 15:07:53 +0000 (10:07 -0500)
* tests/init.sh: Prefer a word with non-negative connotation,
and which can't be confused for a typo.

tests/init.sh

index 1e6a399e205f59d3d84637d70a5790b3d9c73e40..d695020545f3b48304c078a03dafa7da7c2fa9bb 100644 (file)
@@ -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: