fix test_23

This commit is contained in:
Christian Grothoff 2020-01-18 17:38:56 +01:00
parent 684da791cc
commit fef001cfdd
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -1301,10 +1301,11 @@ then
fi
echo PASS
# Second pass, this time accounting is wrong in the OTHER direction
echo "Second pass: changing how amount is wrong to other direction"
NEW_AMOUNT=`expr $OLD_AMOUNT + 1000000 || true`
echo "UPDATE wire_out SET amount_frac=${NEW_AMOUNT} WHERE wireout_uuid=1;" | psql -Aqt $DB
pre_audit
audit_only
post_audit