aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_quickupdate.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/test_gns_quickupdate.sh')
-rwxr-xr-xsrc/gns/test_gns_quickupdate.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/test_gns_quickupdate.sh b/src/gns/test_gns_quickupdate.sh
index 5606491e4..e0eb33f2e 100755
--- a/src/gns/test_gns_quickupdate.sh
+++ b/src/gns/test_gns_quickupdate.sh
@@ -17,7 +17,7 @@ MY_EGO="myego"
17OTHER_EGO="delegatedego" 17OTHER_EGO="delegatedego"
18 18
19 19
20rm -rf /tmp/test-gnunet-gns-peer-1/ 20rm -rf `gnunet-config -c test_gns_lookup.conf -f -s paths -o GNUNET_TEST_HOME`
21which timeout &> /dev/null && DO_TIMEOUT="timeout 5" 21which timeout &> /dev/null && DO_TIMEOUT="timeout 5"
22TEST_IP="127.0.0.1" 22TEST_IP="127.0.0.1"
23gnunet-arm -s -c test_gns_lookup.conf 23gnunet-arm -s -c test_gns_lookup.conf
@@ -53,7 +53,7 @@ gnunet-namestore -z $MY_EGO -d -n b -t PKEY -V $DELEGATED_PKEY -e never -c test
53gnunet-identity -D $MY_EGO -c test_gns_lookup.conf 53gnunet-identity -D $MY_EGO -c test_gns_lookup.conf
54gnunet-identity -D $OTHER_EGO -c test_gns_lookup.conf 54gnunet-identity -D $OTHER_EGO -c test_gns_lookup.conf
55gnunet-arm -e -c test_gns_lookup.conf 55gnunet-arm -e -c test_gns_lookup.conf
56rm -rf /tmp/test-gnunet-gns-peer-1/ 56rm -rf `gnunet-config -c test_gns_lookup.conf -f -s paths -o GNUNET_TEST_HOME`
57 57
58if [ "$RES_IP" == "$TEST_IP" ] 58if [ "$RES_IP" == "$TEST_IP" ]
59then 59then