]> Savannah Git Hosting - gnulib.git/commitdiff
test-framework-sh: Fix typo in function invocation (regression 2024-06-11).
authorCollin Funk <collin.funk1@gmail.com>
Mon, 24 Jun 2024 01:28:26 +0000 (18:28 -0700)
committerBruno Haible <bruno@clisp.org>
Sun, 30 Jun 2024 22:32:23 +0000 (00:32 +0200)
* tests/init.sh (mktempd_): Invoke fail_ properly.

ChangeLog
tests/init.sh

index d4ca54fa31ca90a791b742eb7e4928c964bd69ee..f216c282b80b9df7d5f93b8840bfa703d85ffb07 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-06-23  Collin Funk  <collin.funk1@gmail.com>
+
+       test-framework-sh: Fix typo in function invocation (regression 2024-06-11).
+       * tests/init.sh (mktempd_): Invoke fail_ properly.
+
 2024-06-20  Bruno Haible  <bruno@clisp.org>
 
        test-framework-sh: Fix side effect on dfa tests (regression 2024-06-11).
index c374e5f01489ae956f748bd8ff7f1a8d8a219442..d33ef61788ab9c5663b4351a155537b6fe3e69d4 100644 (file)
@@ -338,7 +338,7 @@ mktempd_ ()
   esac
 
   case $template_ in
-  -*) fail _ \
+  -*) fail_ \
        "invalid template: $template_ (must not begin with '-')";;
   *XXXX) ;;
   *) fail_ \