From cf080ce8215e708a8c9046abde0da85845b131cf Mon Sep 17 00:00:00 2001 From: Jerry Yu Date: Fri, 10 Dec 2021 18:45:51 +0800 Subject: [PATCH] fix ci fail Signed-off-by: Jerry Yu --- tests/ssl-opt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index 0f40ee364..c3f1b094e 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -191,7 +191,7 @@ esac # testing. Skip non-boolean options (with something other than spaces # and a comment after "#define SYMBOL"). The variable contains a # space-separated list of symbols. -CONFIGS_ENABLED="$($P_QUERY -l)" +CONFIGS_ENABLED=" $(echo `$P_QUERY -l` )" # Skip next test; use this macro to skip tests which are legitimate # in theory and expected to be re-introduced at some point, but # aren't expected to succeed at the moment due to problems outside