From a56e10db4ccc2ce71a2b27b3ebd019a6f6503665 Mon Sep 17 00:00:00 2001 From: Joe Subbiani Date: Thu, 29 Jul 2021 10:01:26 +0100 Subject: [PATCH] Run test_translate_ciphers_format.sh from root Signed-off-by: Joe Subbiani --- tests/scripts/test_translate_ciphers_format.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/scripts/test_translate_ciphers_format.sh b/tests/scripts/test_translate_ciphers_format.sh index 97a6c23c70..6f1bdd08be 100755 --- a/tests/scripts/test_translate_ciphers_format.sh +++ b/tests/scripts/test_translate_ciphers_format.sh @@ -29,6 +29,11 @@ # This files main purpose is to ensure translate_ciphers.py can take strings # in the expected format and return them in the format compat.sh will expect. +if cd $( dirname $0 ); then :; else + echo "cd $( dirname $0 ) failed" >&2 + exit 1 +fi + # Ciphers that will use translate_ciphers.py M_CIPHERS="" O_CIPHERS=""