summaryrefslogtreecommitdiff
path: root/src/cli/test_iban.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-04-14 20:25:17 +0200
committerChristian Grothoff <christian@grothoff.org>2022-04-14 20:25:19 +0200
commit8fc430feb1857963a92c40e20c6aa9b5644a55a7 (patch)
tree4c34ce11d9f14538e5afef1fe2de283b54f48f76 /src/cli/test_iban.sh
parentbc7145f6c6b9f8d76358c161c3368323cc84286f (diff)
downloadanastasis-8fc430feb1857963a92c40e20c6aa9b5644a55a7.tar.gz
anastasis-8fc430feb1857963a92c40e20c6aa9b5644a55a7.tar.bz2
anastasis-8fc430feb1857963a92c40e20c6aa9b5644a55a7.zip
-test fixes
Diffstat (limited to 'src/cli/test_iban.sh')
-rwxr-xr-xsrc/cli/test_iban.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cli/test_iban.sh b/src/cli/test_iban.sh
index 523e047..b14820e 100755
--- a/src/cli/test_iban.sh
+++ b/src/cli/test_iban.sh
@@ -300,12 +300,11 @@ echo -n "Running backup logic ...,"
anastasis-reducer -b > $B1FILE
echo -n "."
anastasis-reducer -a \
- '{"continent": "Testcontinent"}' \
+ '{"continent": "Demoworld"}' \
select_continent < $B1FILE > $B2FILE
echo -n "."
anastasis-reducer -a \
- '{"country_code": "xx",
- "currencies":["TESTKUDOS"]}' \
+ '{"country_code": "xx" }' \
select_country < $B2FILE > $B1FILE 2>> test_reducer.err
echo -n "."