commit e3a4bef04c1bc39cd9130e7d5219fa5f5d4dfefb parent a79c41dcc580d11636ceb483a29088db9b813f75 Author: Christian Grothoff <christian@grothoff.org> Date: Fri, 27 Mar 2020 12:36:52 +0100 fix test 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 @@ -1715,7 +1715,7 @@ then exit_fail "Reported total amount wrong: $AMOUNT" fi - OP=`jq -r --arg dep "deposit" '.bad_sig_losses[0] | select(.operation == $dep) | .operation' < test-audit-coins.json` + OP=`jq -r --arg dep "deposit" '.bad_sig_losses[] | select(.operation == $dep) | .operation' < test-audit-coins.json` if test "x$OP" != "xdeposit" then exit_fail "Reported wrong operation: $OP"