aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/test_plaintext_escrow.sh
diff options
context:
space:
mode:
authorjospaeth <spaethj@in.tum.de>2020-09-04 21:08:55 +0200
committerjospaeth <spaethj@in.tum.de>2020-09-04 21:08:55 +0200
commit03e9e78040a42480b99b1f892af30200bc20146c (patch)
tree51ca31e7cea12f0c5c2212d2e1f541e2923c1442 /src/escrow/test_plaintext_escrow.sh
parenta889768a2ffaa033ae36e6fc26d78203cfd84569 (diff)
downloadgnunet-03e9e78040a42480b99b1f892af30200bc20146c.tar.gz
gnunet-03e9e78040a42480b99b1f892af30200bc20146c.zip
fix -G usage in tests
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 6b66de8ba..00072b1da 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 -a $ANCHOR -c test_escrow.conf 38gnunet-escrow -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!"