]> 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)
committerCollin Funk <collin.funk1@gmail.com>
Mon, 24 Jun 2024 01:28:26 +0000 (18:28 -0700)
* tests/init.sh (mktempd_): Invoke fail_ properly.

ChangeLog
tests/init.sh

index bf82a188fcd0d2f80a87703dd02c66d6afa0475f..5972064bdb84f7379d8377e92c9732ccb3ee9dc9 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-22  Bruno Haible  <bruno@clisp.org>
 
        obstack-zprintf: Add more tests.
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_ \