diff options
Diffstat (limited to 'src/cli/test_iban.sh')
-rwxr-xr-x | src/cli/test_iban.sh | 5 |
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 ...," | |||
300 | anastasis-reducer -b > $B1FILE | 300 | anastasis-reducer -b > $B1FILE |
301 | echo -n "." | 301 | echo -n "." |
302 | anastasis-reducer -a \ | 302 | anastasis-reducer -a \ |
303 | '{"continent": "Testcontinent"}' \ | 303 | '{"continent": "Demoworld"}' \ |
304 | select_continent < $B1FILE > $B2FILE | 304 | select_continent < $B1FILE > $B2FILE |
305 | echo -n "." | 305 | echo -n "." |
306 | anastasis-reducer -a \ | 306 | anastasis-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 |
310 | echo -n "." | 309 | echo -n "." |
311 | 310 | ||