From 4ca250b873b64dfe5b7f9c38954a3a497e189a6e Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Mon, 4 Sep 2023 14:01:41 +0200 Subject: [PATCH] test: fix comment Signed-off-by: Valerio Setti --- tests/scripts/all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 2d4507dbbd..e3af04c7f4 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -904,8 +904,8 @@ helper_libtestdriver1_adjust_config() { } # When called with no parameter this function disables all builtin curves. -# The function optionally accepts 1 parameter with the space-separated list -# of the curves that should be kept enabled. +# The function optionally accepts 1 parameter: a space-separated list of the +# curves that should be kept enabled. helper_disable_builtin_curves() { allowed_list="${1:-}" scripts/config.py unset-all "MBEDTLS_ECP_DP_[0-9A-Z_a-z]*_ENABLED"