summaryrefslogtreecommitdiff
path: root/src/cli
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-23 12:50:34 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-23 12:51:07 +0200
commite7e10a2931cc19969b2c060a0996506e5b7ce43e (patch)
tree377da45437911a06a8014aead814f2719b06bcd6 /src/cli
parentc533c5441456cb81e64be24f52eb1ee35ee3243e (diff)
downloadanastasis-e7e10a2931cc19969b2c060a0996506e5b7ce43e.tar.gz
anastasis-e7e10a2931cc19969b2c060a0996506e5b7ce43e.tar.bz2
anastasis-e7e10a2931cc19969b2c060a0996506e5b7ce43e.zip
-misc bugfixes for IBAN plugin
Diffstat (limited to 'src/cli')
-rwxr-xr-xsrc/cli/test_iban.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cli/test_iban.sh b/src/cli/test_iban.sh
index f3f127e..620b2a5 100755
--- a/src/cli/test_iban.sh
+++ b/src/cli/test_iban.sh
@@ -189,8 +189,8 @@ echo " OK"
CURRENCY="TESTKUDOS"
EBICS_HOST="ebicstesthost"
-IBAN_CREDIT="AA3314655813489414469157"
-IBAN_DEBIT="BB3314655813489414469157"
+IBAN_CREDIT="DE89370400440532013000"
+IBAN_DEBIT="FR1420041010050500013M02606"
export IBAN_CREDIT
export IBAN_DEBIT
@@ -332,7 +332,7 @@ anastasis-reducer -a \
"birthdate": "2000-01-01"}}' \
enter_user_attributes < $B1FILE > $B2FILE 2>> test_reducer.err
echo -n ","
-BASEIBAN=`echo $IBAN_DEBIT | gnunet-base32`
+BASEIBAN=`echo -n $IBAN_DEBIT | gnunet-base32`
anastasis-reducer -a \
"$(jq -n '{ authentication_method: {
type: "iban",