From 9ced563009b3e881f0d2b4f4abbb837222eab8f9 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 17 Jan 2024 15:25:31 +0100 Subject: [PATCH] workaround false positive warning in shellcheck Signed-off-by: Jakub Jelen --- tests/tdemoca | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tdemoca b/tests/tdemoca index 0558f30c..199dcc76 100755 --- a/tests/tdemoca +++ b/tests/tdemoca @@ -80,6 +80,7 @@ PORT=12345 trap kill_children EXIT #Unclear why but w/o -rmd sha1 this fails #call this without wrapper otherwise we have issues killing it later ... +# shellcheck disable=SC2153 # the PRIURI is defined in setup-soft{hsm,okn} $CHECKER openssl ocsp -index "${DEMOCA}/index.txt" -rsigner \ "${DEMOCA}/ocspSigning.pem" -rkey "${PRIURI}" -CA "${DEMOCA}/cacert.pem" \ -rmd sha1 -port "${PORT}" -text &