From 4a514b5b0a4e65b3597c43b1adbdf07788d1301e Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 15 Jun 2025 22:54:55 +1200 Subject: [PATCH] 'Generic Commit' --- testing/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test.sh b/testing/test.sh index 6d46c6f..5d25065 100755 --- a/testing/test.sh +++ b/testing/test.sh @@ -123,7 +123,7 @@ title "2: Check sos hash matches" CMD="${HOSTURL}/hash/${BASE_TAG}:test1" echo "checking hash via ${CMD}" CHECK_HASH=$(curl --fail-with-body -s "${CMD}" | jq -r '.hash') -[ "${OBJECT_HASH}" != "${CHECK_HASH}" ] && die "hash does not match: ${OBJECT_HASH} != ${CHECK_HASH}" +[ "${OBJECT_HASH}" = "${CHECK_HASH}" ] || die "hash does not match: ${OBJECT_HASH} != ${CHECK_HASH}" } function test3() {