From dd66d2ae7bd0b3f19b1e2a1448c05af039994b7d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 7 Dec 2019 22:08:58 +0100 Subject: work on test --- src/auditor/test-auditor.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/auditor/test-auditor.sh') diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh index c5653a621..68640f85a 100755 --- a/src/auditor/test-auditor.sh +++ b/src/auditor/test-auditor.sh @@ -1079,12 +1079,12 @@ echo PASS echo -n "Testing risk/loss calculation... " AMOUNT=`jq -r .emergencies_risk_by_amount < test-audit.json` -if test "x$AMOUNT" == "xTESTKUDOS:0" +if test "x$AMOUNT" != "xTESTKUDOS:0" then exit_fail "Reported amount wrong: $AMOUNT" fi AMOUNT=`jq -r .emergencies_risk_by_count < test-audit.json` -if test "x$AMOUNT" == "xTESTKUDOS:0" +if test "x$AMOUNT" != "xTESTKUDOS:0" then exit_fail "Reported amount wrong: $AMOUNT" fi -- cgit v1.2.3