+
[oweals/gnunet.git] / src / credential / test_credential_issue.sh
index b2ced204ad179fd67dd36e1ae92a4796e03b4ca3..158d91c5b024b1b52c7ee8154ad790d3c647a9bf 100755 (executable)
@@ -39,6 +39,6 @@ then
 fi
 #Try import
 $DO_TIMEOUT gnunet-namestore -a -z testsubject -n c1 -t CRED -V "$CRED" -e 5m -c test_credential_lookup.conf
-
+RES=$?
 gnunet-arm -e -c test_credential_lookup.conf
-exit $?
+exit $RES