summaryrefslogtreecommitdiff
path: root/src/auditor/test-auditor.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-27 12:39:20 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-27 12:39:20 +0100
commit813e412f2441ba999ddab917d9208abd9369e2fb (patch)
tree677c4e253e8e9337ea9973049e8d1e4266d86c7f /src/auditor/test-auditor.sh
parent7a31b051d1f05ebdca27b8df61aefca1fa54ad9e (diff)
downloadexchange-813e412f2441ba999ddab917d9208abd9369e2fb.tar.gz
exchange-813e412f2441ba999ddab917d9208abd9369e2fb.tar.bz2
exchange-813e412f2441ba999ddab917d9208abd9369e2fb.zip
fix test
Diffstat (limited to 'src/auditor/test-auditor.sh')
-rwxr-xr-xsrc/auditor/test-auditor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index e1f89e6db..7b3970365 100755
--- 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[] | select(.operation == $dep) | .operation | head -n1' < test-audit-coins.json`
+ OP=`jq -r --arg dep "deposit" '.bad_sig_losses[] | select(.operation == $dep) | .operation'< test-audit-coins.json | head -n1`
if test "x$OP" != "xdeposit"
then
exit_fail "Reported wrong operation: $OP"