-fix unbound varibale

This commit is contained in:
Christian Grothoff 2021-09-27 11:14:29 +02:00
parent 519b702b12
commit 4cff3c1a5c
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -314,7 +314,7 @@ echo -n "Check for lag detection... "
# taler-helper-auditor-wire.c)
if [ $DATABASE_AGE -gt 3600 ]
then
jq -e .lag_details[0] < test-audit-wire.json > /dev/null || exit_fail "Lag not detected in run without aggregator at age $DELTA"
jq -e .lag_details[0] < test-audit-wire.json > /dev/null || exit_fail "Lag not detected in run without aggregator at age $DATABASE_AGE"
LAG=`jq -r .total_amount_lag < test-audit-wire.json`
if test $LAG = "TESTKUDOS:0"