From 0d53d893f5c7b279e69320ee60a3459e8b464d4d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 7 Dec 2019 21:59:05 +0100 Subject: fix start time --- src/auditor/test-auditor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/auditor/test-auditor.sh') diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh index 1883a9ec3..c5653a621 100755 --- a/src/auditor/test-auditor.sh +++ b/src/auditor/test-auditor.sh @@ -162,7 +162,7 @@ jq -e .wire_format_inconsistencies[0] < test-wire-audit.json > /dev/null && exit echo PASS LOSS=`jq -r .total_bad_sig_loss < test-audit.json` -if test $LOSS != "TESTKUDOS:0.0" +if test $LOSS != "TESTKUDOS:0" then exit_fail "Wrong total bad sig loss, got unexpected loss of $LOSS" fi -- cgit v1.2.3