From e0e8ce81652a267473aafae69b2a7f268e937d8a Mon Sep 17 00:00:00 2001 From: Gabriele Gristina Date: Thu, 13 Jan 2022 13:24:23 +0100 Subject: [PATCH] Removed limitation with hash-type 18600 on linux --- tools/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/test.sh b/tools/test.sh index dbc50bb35..26ec545ac 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -3523,9 +3523,9 @@ if [ "${PACKAGE}" -eq 0 ] || [ -z "${PACKAGE_FOLDER}" ]; then fi fi - # Crypt::GCrypt is broken on Apple and Linux + # Crypt::GCrypt is broken on Apple if [ "${hash_type}" -eq 18600 ]; then - if [[ "$OSTYPE" == "linux-gnu"* ]] || [[ "$OSTYPE" == "darwin"* ]]; then + if [[ "$OSTYPE" == "darwin"* ]]; then continue fi fi