From 997b40e7052474b6e7b6924291bb7c7b120c2690 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 5 Sep 2019 10:59:03 +0200 Subject: fix tests --- src/auditor/test-auditor.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/auditor/test-auditor.sh') diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh index 7697b4fa7..f84c79389 100755 --- a/src/auditor/test-auditor.sh +++ b/src/auditor/test-auditor.sh @@ -944,6 +944,7 @@ then exit_fail "Reported table wrong: $TABLE" fi DIAG=`jq -r .row_minor_inconsistencies[0].diagnostic < test-wire-audit.json` +DIAG=`echo "$DIAG" | awk '{print $1 " " $2 " " $3}'` if test "x$DIAG" != "xexecution date missmatch" then exit_fail "Reported diagnostic wrong: $DIAG" -- cgit v1.2.3