From d878f88d1bc5c8f1b515a7554e2fd04837ca5f0b Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Sun, 23 Jun 2024 18:28:26 -0700 Subject: [PATCH] test-framework-sh: Fix typo in function invocation (regression 2024-06-11). * tests/init.sh (mktempd_): Invoke fail_ properly. --- ChangeLog | 5 +++++ tests/init.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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_ \ -- 2.39.5