diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-08-25 13:10:08 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-08-25 13:10:08 +0200 |
commit | f74a3a754151dfdb7c207d7af0b2354cf18f682b (patch) | |
tree | 980429a3ca8bccf596b972782507258ab2e6361b | |
parent | 3d799cd0dd470d59614e46ba39a804e378ca9c2e (diff) |
fix misc. auditor issues
-rwxr-xr-x | src/auditor/test-auditor.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh index 2b42e0298..17b62653f 100755 --- a/src/auditor/test-auditor.sh +++ b/src/auditor/test-auditor.sh @@ -1799,7 +1799,7 @@ function test_23() { echo -n "Testing inconsistency detection... " call_endpoint "wire-out-inconsistency" - jq -e .wire_out_inconsistency[0] < ${MY_TMP_DIR}/test-audit-aggregation.out > /dev/null || exit_fail "Wire out inconsistency not detected" + jq -e .wire_out_inconsistency[0] < ${MY_TMP_DIR}/wire-out-inconsistency.json > /dev/null || exit_fail "Wire out inconsistency not detected" ROW=$(jq .wire_out_inconsistency[0].rowid < ${MY_TMP_DIR}/test-audit-aggregation.out) if [ "$ROW" != 1 ] |