aboutsummaryrefslogtreecommitdiff
path: root/src/cli/test_iban.sh
diff options
context:
space:
mode:
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 ...,"
300anastasis-reducer -b > $B1FILE 300anastasis-reducer -b > $B1FILE
301echo -n "." 301echo -n "."
302anastasis-reducer -a \ 302anastasis-reducer -a \
303 '{"continent": "Testcontinent"}' \ 303 '{"continent": "Demoworld"}' \
304 select_continent < $B1FILE > $B2FILE 304 select_continent < $B1FILE > $B2FILE
305echo -n "." 305echo -n "."
306anastasis-reducer -a \ 306anastasis-reducer -a \
307 '{"country_code": "xx", 307 '{"country_code": "xx" }' \
308 "currencies":["TESTKUDOS"]}' \
309 select_country < $B2FILE > $B1FILE 2>> test_reducer.err 308 select_country < $B2FILE > $B1FILE 2>> test_reducer.err
310echo -n "." 309echo -n "."
311 310