summaryrefslogtreecommitdiff
path: root/src/credential/test_credential_bi_and2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/credential/test_credential_bi_and2.sh')
-rwxr-xr-xsrc/credential/test_credential_bi_and2.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/credential/test_credential_bi_and2.sh b/src/credential/test_credential_bi_and2.sh
index 8803dfda0..23b55111c 100755
--- a/src/credential/test_credential_bi_and2.sh
+++ b/src/credential/test_credential_bi_and2.sh
@@ -72,7 +72,7 @@ echo $DELS
72echo gnunet-credential --verify --issuer=$AKEY --attribute="a" --subject=$FKEY --delegate=\'$DELS\' -c test_credential_lookup.conf 72echo gnunet-credential --verify --issuer=$AKEY --attribute="a" --subject=$FKEY --delegate=\'$DELS\' -c test_credential_lookup.conf
73gnunet-credential --verify --issuer=$AKEY --attribute="a" --subject=$FKEY --delegate="$DELS" -c test_credential_lookup.conf 73gnunet-credential --verify --issuer=$AKEY --attribute="a" --subject=$FKEY --delegate="$DELS" -c test_credential_lookup.conf
74 74
75RES = $? 75RES=$?
76 76
77# Cleanup properly 77# Cleanup properly
78gnunet-namestore -z a -d -n "a" -t ATTR -c test_credential_lookup.conf 78gnunet-namestore -z a -d -n "a" -t ATTR -c test_credential_lookup.conf
@@ -83,7 +83,7 @@ gnunet-namestore -z f -d -n "@" -t DEL -c test_credential_lookup.conf
83 83
84gnunet-arm -e -c test_credential_lookup.conf 84gnunet-arm -e -c test_credential_lookup.conf
85 85
86if [ $RES == 0 ] 86if [ "$RES" == 0 ]
87then 87then
88 exit 0 88 exit 0
89else 89else