aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-08-25 13:05:25 +0200
committerChristian Grothoff <christian@grothoff.org>2024-08-25 13:05:25 +0200
commit4906b31c9e1060aed00276fe0540da3b3464078a (patch)
tree31488fb0964ccea2a6716f6e356d799a4cda6982
parentb60577099b4b54fc3e1fa0723f943abf040ecdf1 (diff)
fix misc. auditor issues
-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 4736f9568..ca94ff61c 100755
--- a/src/auditor/test-auditor.sh
+++ b/src/auditor/test-auditor.sh
@@ -1798,6 +1798,7 @@ function test_23() {
echo -n "Testing inconsistency detection... "
+ call_endpoint "wire-out-inconsistency"
jq -e .wire_out_inconsistencies[0] < ${MY_TMP_DIR}/test-audit-aggregation.out > /dev/null || exit_fail "Wire out inconsistency not detected"
ROW=$(jq .wire_out_inconsistencies[0].rowid < ${MY_TMP_DIR}/test-audit-aggregation.out)