summaryrefslogtreecommitdiff
path: root/src/auditor
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-09-05 10:59:03 +0200
committerChristian Grothoff <christian@grothoff.org>2019-09-05 10:59:03 +0200
commit997b40e7052474b6e7b6924291bb7c7b120c2690 (patch)
tree76186f7fe880de1096f9d3ab06258f57ba763855 /src/auditor
parent8e9ce98661ed402ec4e037b4812feec893c151be (diff)
downloadexchange-997b40e7052474b6e7b6924291bb7c7b120c2690.tar.gz
exchange-997b40e7052474b6e7b6924291bb7c7b120c2690.tar.bz2
exchange-997b40e7052474b6e7b6924291bb7c7b120c2690.zip
fix tests
Diffstat (limited to 'src/auditor')
-rwxr-xr-xsrc/auditor/test-auditor.sh1
1 files changed, 1 insertions, 0 deletions
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"