aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-04 05:35:17 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-04 05:35:17 +0000
commitff30e05925284ed431e50f366b2f0aaecabf8a91 (patch)
tree4574b37fb5695cc37036798e19a9b6ac3abcd2ce /src/namestore
parentd422865c27b4b443110157137d8d9e5091208832 (diff)
downloadgnunet-ff30e05925284ed431e50f366b2f0aaecabf8a91.tar.gz
gnunet-ff30e05925284ed431e50f366b2f0aaecabf8a91.zip
-simplify script
Diffstat (limited to 'src/namestore')
-rwxr-xr-xsrc/namestore/test_namestore_lookup.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/namestore/test_namestore_lookup.sh b/src/namestore/test_namestore_lookup.sh
index 7a7e9e2c5..99757b102 100755
--- a/src/namestore/test_namestore_lookup.sh
+++ b/src/namestore/test_namestore_lookup.sh
@@ -2,14 +2,7 @@
2CONFIGURATION="test_namestore_api.conf" 2CONFIGURATION="test_namestore_api.conf"
3trap "gnunet-arm -e -c $CONFIGURATION" SIGINT 3trap "gnunet-arm -e -c $CONFIGURATION" SIGINT
4rm -rf `gnunet-config -c $CONFIGURATION -s PATHS -o SERVICEHOME` 4rm -rf `gnunet-config -c $CONFIGURATION -s PATHS -o SERVICEHOME`
5TEST_DOMAIN_PLUS="www.gnu"
6TEST_DOMAIN_DNS="www3.gnu"
7TEST_IP_PLUS="127.0.0.1" 5TEST_IP_PLUS="127.0.0.1"
8TEST_IP_DNS="131.159.74.67"
9TEST_RECORD_CNAME_SERVER="server"
10TEST_RECORD_CNAME_PLUS="server.+"
11TEST_RECORD_CNAME_DNS="gnunet.org"
12TEST_RECORD_NAME_SERVER="server"
13TEST_RECORD_NAME_PLUS="www" 6TEST_RECORD_NAME_PLUS="www"
14TEST_RECORD_NAME_DNS="www3" 7TEST_RECORD_NAME_DNS="www3"
15which timeout &> /dev/null && DO_TIMEOUT="timeout 5" 8which timeout &> /dev/null && DO_TIMEOUT="timeout 5"