From 1b728334b42c3a35cc391df73ed76e171e0bb128 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Thu, 9 May 2019 19:15:24 +0200 Subject: RECLAIM: Update tests --- src/reclaim/test_reclaim_consume.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/reclaim/test_reclaim_consume.sh') diff --git a/src/reclaim/test_reclaim_consume.sh b/src/reclaim/test_reclaim_consume.sh index 36c8052d0..55f6ff22c 100755 --- a/src/reclaim/test_reclaim_consume.sh +++ b/src/reclaim/test_reclaim_consume.sh @@ -27,8 +27,8 @@ gnunet-arm -s -c test_reclaim.conf #gnunet-arm -i rest -c test_reclaim.conf gnunet-identity -C testego -c test_reclaim.conf gnunet-identity -C rpego -c test_reclaim.conf -SUBJECT_KEY=$(gnunet-identity -d -c test_reclaim.conf | grep rpego | awk '{print $3}') -TEST_KEY=$(gnunet-identity -d -c test_reclaim.conf | grep testego | awk '{print $3}') +SUBJECT_KEY=$(gnunet-identity -d -e rpego -q -c test_reclaim.conf) +TEST_KEY=$(gnunet-identity -d -e testego -q -c test_reclaim.conf) gnunet-reclaim -e testego -a email -V john@doe.gnu -c test_reclaim.conf gnunet-reclaim -e testego -a name -V John -c test_reclaim.conf TICKET=$(gnunet-reclaim -e testego -i "email,name" -r $SUBJECT_KEY -c test_reclaim.conf | awk '{print $1}') -- cgit v1.2.3