From 9c0a8cb3723b29868d54ff3255154784201d7d5a Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 4 Apr 2025 10:06:33 -0500 Subject: [PATCH] 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. --- tests/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5