From: Collin Funk Date: Mon, 24 Jun 2024 01:28:26 +0000 (-0700) Subject: test-framework-sh: Fix typo in function invocation (regression 2024-06-11). X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=d878f88d1bc5c8f1b515a7554e2fd04837ca5f0b;p=gnulib.git test-framework-sh: Fix typo in function invocation (regression 2024-06-11). * tests/init.sh (mktempd_): Invoke fail_ properly. --- diff --git a/ChangeLog b/ChangeLog index d4ca54fa31..f216c282b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-06-23 Collin Funk + + test-framework-sh: Fix typo in function invocation (regression 2024-06-11). + * tests/init.sh (mktempd_): Invoke fail_ properly. + 2024-06-20 Bruno Haible test-framework-sh: Fix side effect on dfa tests (regression 2024-06-11). diff --git a/tests/init.sh b/tests/init.sh index c374e5f014..d33ef61788 100644 --- a/tests/init.sh +++ b/tests/init.sh @@ -338,7 +338,7 @@ mktempd_ () esac case $template_ in - -*) fail _ \ + -*) fail_ \ "invalid template: $template_ (must not begin with '-')";; *XXXX) ;; *) fail_ \