aboutsummaryrefslogtreecommitdiff
path: root/src/credential/test_credential_bi_bw.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/credential/test_credential_bi_bw.sh')
-rwxr-xr-xsrc/credential/test_credential_bi_bw.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/credential/test_credential_bi_bw.sh b/src/credential/test_credential_bi_bw.sh
index eedcea7eb..3a2043db6 100755
--- a/src/credential/test_credential_bi_bw.sh
+++ b/src/credential/test_credential_bi_bw.sh
@@ -66,7 +66,7 @@ echo $DELS
66echo gnunet-credential --verify --issuer=$AKEY --attribute="a" --subject=$FKEY --delegate=\'$DELS\' --forward --backward -c test_credential_lookup.conf 66echo gnunet-credential --verify --issuer=$AKEY --attribute="a" --subject=$FKEY --delegate=\'$DELS\' --forward --backward -c test_credential_lookup.conf
67gnunet-credential --verify --issuer=$AKEY --attribute="a" --subject=$FKEY --delegate="$DELS" --forward --backward -c test_credential_lookup.conf 67gnunet-credential --verify --issuer=$AKEY --attribute="a" --subject=$FKEY --delegate="$DELS" --forward --backward -c test_credential_lookup.conf
68 68
69RES = $? 69RES=$?
70 70
71# Cleanup properly 71# Cleanup properly
72gnunet-namestore -z a -d -n "a" -t ATTR -c test_credential_lookup.conf 72gnunet-namestore -z a -d -n "a" -t ATTR -c test_credential_lookup.conf
@@ -77,7 +77,7 @@ gnunet-namestore -z f -d -n "@" -t DEL -c test_credential_lookup.conf
77 77
78gnunet-arm -e -c test_credential_lookup.conf 78gnunet-arm -e -c test_credential_lookup.conf
79 79
80if [ $RES == 0 ] 80if [ "$RES" == 0 ]
81then 81then
82 exit 0 82 exit 0
83else 83else