diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/auditor/test-auditor.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh index 78407f7a4..0d5dbc884 100755 --- a/src/auditor/test-auditor.sh +++ b/src/auditor/test-auditor.sh @@ -1595,12 +1595,6 @@ then run_audit aggregator echo -n "Testing inconsistency detection... " - ROW=`jq -e .bad_sig_losses[0].row < test-audit-aggregation.json` - if test $ROW != "1" - then - exit_fail "Row wrong, got $ROW" - fi - LOSS=`jq -r .bad_sig_losses[0].loss < test-audit-aggregation.json` if test $LOSS == "TESTKUDOS:0" then |