commit f74a3a754151dfdb7c207d7af0b2354cf18f682b parent 3d799cd0dd470d59614e46ba39a804e378ca9c2e Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 25 Aug 2024 13:10:08 +0200 fix misc. auditor issues Diffstat:
| M | src/auditor/test-auditor.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 ]