summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-04-14 20:48:50 +0200
committerChristian Grothoff <christian@grothoff.org>2022-04-14 20:48:50 +0200
commit4d70a1eb22e8a44c1cecefc62c36f139571de2b5 (patch)
tree026a60159860279809901507b7685b452b529033
parent2ae958d3d5f5464251b5013c974cfeb6a6a9f3a8 (diff)
downloadanastasis-4d70a1eb22e8a44c1cecefc62c36f139571de2b5.tar.gz
anastasis-4d70a1eb22e8a44c1cecefc62c36f139571de2b5.tar.bz2
anastasis-4d70a1eb22e8a44c1cecefc62c36f139571de2b5.zip
-fix expected EC
-rwxr-xr-xsrc/cli/test_anastasis_reducer_recovery_no_pay.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/test_anastasis_reducer_recovery_no_pay.sh b/src/cli/test_anastasis_reducer_recovery_no_pay.sh
index 7ae78d9..ca78705 100755
--- a/src/cli/test_anastasis_reducer_recovery_no_pay.sh
+++ b/src/cli/test_anastasis_reducer_recovery_no_pay.sh
@@ -236,7 +236,7 @@ anastasis-reducer sync_providers < $R2FILE > $R1FILE 2> /dev/null || true
# Note: continue with $R2FILE, the last one that was valid!
CODE=`jq -r -e .code < $R1FILE`
-if test "$CODE" != "8400"
+if test "$CODE" != "8420"
then
exit_fail "Expected to be synced, instead the code is '$CODE'"
fi