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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/test_iban.sh b/src/cli/test_iban.sh
index fcf932f..523e047 100755
--- a/src/cli/test_iban.sh
+++ b/src/cli/test_iban.sh
@@ -390,7 +390,7 @@ anastasis-reducer -a '{"provider_url" : "http://localhost:8086/" }' add_provider
390echo " OK" 390echo " OK"
391 391
392echo -n "Selecting secret to recover" 392echo -n "Selecting secret to recover"
393anastasis-reducer -a '{"attribute_mask": 0, "providers" : [ { "version": 0, "url" : "http://localhost:8086/" } ] }' \ 393anastasis-reducer -a '{"attribute_mask": 0, "providers" : [ { "version": 1, "url" : "http://localhost:8086/" } ] }' \
394 select_version < $R1FILE > $R2FILE 2>> test_reducer.err 394 select_version < $R1FILE > $R2FILE 2>> test_reducer.err
395 395
396STATE=`jq -r -e .recovery_state < $R2FILE` 396STATE=`jq -r -e .recovery_state < $R2FILE`