aboutsummaryrefslogtreecommitdiff
path: root/src/cli/reclaim/test_reclaim_issue.sh
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2024-05-07 15:56:20 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2024-05-07 15:56:20 +0200
commit62375e41d8347e6b5f58fd55ebc9196dae6d4db7 (patch)
treeaa299a0e90dd14b98d7fb89b05fb84590b1597d3 /src/cli/reclaim/test_reclaim_issue.sh
parentd43b76cb0f1d7c66ec8253f9ec5effa55a824694 (diff)
downloadgnunet-62375e41d8347e6b5f58fd55ebc9196dae6d4db7.tar.gz
gnunet-62375e41d8347e6b5f58fd55ebc9196dae6d4db7.zip
RECLAIM: Fix tests and fields in messages
Diffstat (limited to 'src/cli/reclaim/test_reclaim_issue.sh')
-rwxr-xr-xsrc/cli/reclaim/test_reclaim_issue.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/reclaim/test_reclaim_issue.sh b/src/cli/reclaim/test_reclaim_issue.sh
index 63140e54c..39e614d19 100755
--- a/src/cli/reclaim/test_reclaim_issue.sh
+++ b/src/cli/reclaim/test_reclaim_issue.sh
@@ -32,7 +32,7 @@ TEST_KEY=$(gnunet-identity -d -e testego -q -c test_reclaim.conf)
32gnunet-reclaim -e testego -a email -V john@doe.gnu -c test_reclaim.conf 32gnunet-reclaim -e testego -a email -V john@doe.gnu -c test_reclaim.conf
33gnunet-reclaim -e testego -a name -V John -c test_reclaim.conf 33gnunet-reclaim -e testego -a name -V John -c test_reclaim.conf
34#gnunet-reclaim -e testego -D -c test_reclaim.conf 34#gnunet-reclaim -e testego -D -c test_reclaim.conf
35gnunet-reclaim -e testego -i "email,name" -r $SUBJECT_KEY -c test_reclaim.conf > /dev/null 2>&1 35gnunet-reclaim -e testego -u "urn:gns:$TEST_KEY" -i "email,name" -r $SUBJECT_KEY -c test_reclaim.conf > /dev/null 2>&1
36if test $? != 0 36if test $? != 0
37then 37then
38 echo "Failed." 38 echo "Failed."