X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fgns%2Ftest_gns_rel_expiration.sh;h=a266a7484e3db16c46a4c906d2885b27be630372;hb=620bdac536dff4b17317d9d20b8a6840836d6490;hp=992098db3ee2618f819c7ecb33bba230693bf88f;hpb=d5a7fa6adddccf17296b44a832eb393fd1cebe1b;p=oweals%2Fgnunet.git diff --git a/src/gns/test_gns_rel_expiration.sh b/src/gns/test_gns_rel_expiration.sh index 992098db3..a266a7484 100755 --- a/src/gns/test_gns_rel_expiration.sh +++ b/src/gns/test_gns_rel_expiration.sh @@ -16,7 +16,7 @@ fi MY_EGO="myego" OTHER_EGO="delegatedego" -rm -rf /tmp/test-gnunet-gns-peer-1/ +rm -rf `gnunet-config -c test_gns_lookup.conf -f -s paths -o GNUNET_TEST_HOME` which timeout &> /dev/null && DO_TIMEOUT="timeout 5" TEST_IP="127.0.0.1" gnunet-arm -s -c test_gns_lookup.conf @@ -38,7 +38,7 @@ gnunet-namestore -z $MY_EGO -d -n b -t PKEY -V $DELEGATED_PKEY -e never -c test gnunet-identity -D $MY_EGO -c test_gns_lookup.conf gnunet-identity -D $OTHER_EGO -c test_gns_lookup.conf gnunet-arm -e -c test_gns_lookup.conf -rm -rf /tmp/test-gnunet-gns-peer-1/ +rm -rf `gnunet-config -c test_gns_lookup.conf -f -s paths -o GNUNET_TEST_HOME` if [ "$RES_IP_EXP" == "$TEST_IP" ] then