aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_gns2dns_lookup.sh
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-12-18 11:32:49 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-12-18 11:32:49 +0000
commitea8c85c55b9df1b491713b79bb221b7476949742 (patch)
tree0eb46f89dd6bd8aa650cdb546ad509a75f06b340 /src/gns/test_gns_gns2dns_lookup.sh
parent89750cb0d154d0c82de41ff10c70d8e8d70e0c9f (diff)
downloadgnunet-ea8c85c55b9df1b491713b79bb221b7476949742.tar.gz
gnunet-ea8c85c55b9df1b491713b79bb221b7476949742.zip
clean up test after execution
Diffstat (limited to 'src/gns/test_gns_gns2dns_lookup.sh')
-rwxr-xr-xsrc/gns/test_gns_gns2dns_lookup.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gns/test_gns_gns2dns_lookup.sh b/src/gns/test_gns_gns2dns_lookup.sh
index 34ec1dc83..829161e6c 100755
--- a/src/gns/test_gns_gns2dns_lookup.sh
+++ b/src/gns/test_gns_gns2dns_lookup.sh
@@ -13,7 +13,7 @@ then
13 exit 77 13 exit 77
14fi 14fi
15 15
16rm -r `gnunet-config -c test_gns_lookup.conf -s PATHS -o GNUNET_HOME -f` 16rm -r rm -rf /tmp/test-gnunet-gns-peer-1/
17# IP address of 'uk.gnunet.org' 17# IP address of 'uk.gnunet.org'
18TEST_IP_ALT2="81.187.252.184" 18TEST_IP_ALT2="81.187.252.184"
19# IP address of 'www.gnunet.org' 19# IP address of 'www.gnunet.org'
@@ -64,6 +64,8 @@ gnunet-namestore -z testego -d -n $TEST_RESOLVER_LABEL -t A -V $TEST_IP_GNS2DNS
64gnunet-namestore -z testego -d -n $TEST_RECORD_NAME -t GNS2DNS -V $TEST_RECORD_GNS2DNS -e never -c test_gns_lookup.conf 64gnunet-namestore -z testego -d -n $TEST_RECORD_NAME -t GNS2DNS -V $TEST_RECORD_GNS2DNS -e never -c test_gns_lookup.conf
65gnunet-identity -D testego -c test_gns_lookup.conf 65gnunet-identity -D testego -c test_gns_lookup.conf
66gnunet-arm -e -c test_gns_lookup.conf 66gnunet-arm -e -c test_gns_lookup.conf
67rm -rf /tmp/test-gnunet-gns-peer-1/
68
67ret=0 69ret=0
68if [ "$RES_IP" == "$TEST_IP" ] 70if [ "$RES_IP" == "$TEST_IP" ]
69then 71then