aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/test_reclaim_attribute.sh
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-05-09 19:15:24 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-05-09 19:15:24 +0200
commit1b728334b42c3a35cc391df73ed76e171e0bb128 (patch)
treeb2a06064fb57c6af8fd102ab7165060a1ad3a638 /src/reclaim/test_reclaim_attribute.sh
parentc827d5eefc314ae022a79ca79c2029ab0fe5b898 (diff)
downloadgnunet-1b728334b42c3a35cc391df73ed76e171e0bb128.tar.gz
gnunet-1b728334b42c3a35cc391df73ed76e171e0bb128.zip
RECLAIM: Update tests
Diffstat (limited to 'src/reclaim/test_reclaim_attribute.sh')
-rwxr-xr-xsrc/reclaim/test_reclaim_attribute.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reclaim/test_reclaim_attribute.sh b/src/reclaim/test_reclaim_attribute.sh
index 39bd715b7..744c898ed 100755
--- a/src/reclaim/test_reclaim_attribute.sh
+++ b/src/reclaim/test_reclaim_attribute.sh
@@ -27,7 +27,7 @@ gnunet-arm -s -c test_reclaim.conf
27#gnunet-arm -i rest -c test_reclaim.conf 27#gnunet-arm -i rest -c test_reclaim.conf
28gnunet-identity -C testego -c test_reclaim.conf 28gnunet-identity -C testego -c test_reclaim.conf
29gnunet-identity -C rpego -c test_reclaim.conf 29gnunet-identity -C rpego -c test_reclaim.conf
30TEST_KEY=$(gnunet-identity -d -c test_reclaim.conf | grep testego | awk '{print $3}') 30TEST_KEY=$(gnunet-identity -d -e testego -q -c test_reclaim.conf)
31gnunet-reclaim -e testego -a email -V john@doe.gnu -c test_reclaim.conf 31gnunet-reclaim -e testego -a email -V john@doe.gnu -c test_reclaim.conf
32gnunet-reclaim -e testego -a name -V John -c test_reclaim.conf > /dev/null 2>&1 32gnunet-reclaim -e testego -a name -V John -c test_reclaim.conf > /dev/null 2>&1
33if test $? != 0 33if test $? != 0