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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9055dbb4a0585eaf7d8e98d1ddb0f47e4ffe22fa;p=thirdparty%2Fgnulib.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 bf82a188fc..5972064bdb 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-22 Bruno Haible obstack-zprintf: Add more tests. 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_ \