aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/test_plaintext_escrow.sh
diff options
context:
space:
mode:
authorjospaeth <spaethj@in.tum.de>2020-08-29 22:28:23 +0200
committerjospaeth <spaethj@in.tum.de>2020-08-29 22:28:23 +0200
commitabd526c01164422a086374a1a96ca9ee5e781b01 (patch)
tree757b6f4431a1278b6d356138a6cd4a75dc87c58a /src/escrow/test_plaintext_escrow.sh
parent5f7d255ae5221c447367c4ac7a157ddcd27bcd57 (diff)
downloadgnunet-abd526c01164422a086374a1a96ca9ee5e781b01.tar.gz
gnunet-abd526c01164422a086374a1a96ca9ee5e781b01.zip
add egoName to the escrow anchor,
no need to pass it to the API in case of a GET operation
Diffstat (limited to 'src/escrow/test_plaintext_escrow.sh')
-rwxr-xr-xsrc/escrow/test_plaintext_escrow.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/escrow/test_plaintext_escrow.sh b/src/escrow/test_plaintext_escrow.sh
index 8113110e2..6b66de8ba 100755
--- a/src/escrow/test_plaintext_escrow.sh
+++ b/src/escrow/test_plaintext_escrow.sh
@@ -35,7 +35,7 @@ then
35 exit 1 35 exit 1
36fi 36fi
37gnunet-identity -D testego -c test_escrow.conf 37gnunet-identity -D testego -c test_escrow.conf
38gnunet-escrow -m plaintext -G testego -a $ANCHOR -c test_escrow.conf 38gnunet-escrow -m plaintext -G -a $ANCHOR -c test_escrow.conf
39if test $? != 0 39if test $? != 0
40then 40then
41 echo "Plaintext restore failed!" 41 echo "Plaintext restore failed!"