aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_delegated_lookup.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-10 13:30:58 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-10 13:30:58 +0200
commit5f59decb7b7d40f7b478abbc26d2cf15f1a140ae (patch)
treec7b571c9fb5da8e2abb0766447e4424f2243aace /src/gns/test_gns_delegated_lookup.sh
parent60b697dc2e61bec2d49c13d4d8855e1506efba9b (diff)
downloadgnunet-5f59decb7b7d40f7b478abbc26d2cf15f1a140ae.tar.gz
gnunet-5f59decb7b7d40f7b478abbc26d2cf15f1a140ae.zip
fix /tmp removal
Diffstat (limited to 'src/gns/test_gns_delegated_lookup.sh')
-rwxr-xr-xsrc/gns/test_gns_delegated_lookup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/test_gns_delegated_lookup.sh b/src/gns/test_gns_delegated_lookup.sh
index edda688ff..3374f1b3b 100755
--- a/src/gns/test_gns_delegated_lookup.sh
+++ b/src/gns/test_gns_delegated_lookup.sh
@@ -14,7 +14,7 @@ then
14 exit 77 14 exit 77
15fi 15fi
16 16
17rm -rf /tmp/test-gnunet-gns-peer-1/ 17rm -rf `gnunet-config -c test_gns_lookup.conf -f -s paths -o GNUNET_TEST_HOME`
18MY_EGO="myego" 18MY_EGO="myego"
19OTHER_EGO="delegatedego" 19OTHER_EGO="delegatedego"
20FINAL_LABEL="www" 20FINAL_LABEL="www"
@@ -32,7 +32,7 @@ gnunet-namestore -z $MY_EGO -d -n b -t PKEY -V $DELEGATED_PKEY -e never -c test
32gnunet-namestore -z $OTHER_EGO -d -n $FINAL_LABEL -t A -V $TEST_IP -e never -c test_gns_lookup.conf 32gnunet-namestore -z $OTHER_EGO -d -n $FINAL_LABEL -t A -V $TEST_IP -e never -c test_gns_lookup.conf
33gnunet-arm -e -c test_gns_lookup.conf 33gnunet-arm -e -c test_gns_lookup.conf
34 34
35rm -rf /tmp/test-gnunet-gns-peer-1/ 35rm -rf `gnunet-config -c test_gns_lookup.conf -f -s paths -o GNUNET_TEST_HOME`
36 36
37if [ "$RES_IP" == "$TEST_IP" ] 37if [ "$RES_IP" == "$TEST_IP" ]
38then 38then