aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_lookup.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-04 05:49:34 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-04 05:49:34 +0000
commit4c297e9d83087fef43bb3c6cb89b8787b5d7bdc9 (patch)
treed325fb5bec27b83988af8d40b0616508d5e1fb58 /src/namestore/test_namestore_lookup.sh
parentff30e05925284ed431e50f366b2f0aaecabf8a91 (diff)
downloadgnunet-4c297e9d83087fef43bb3c6cb89b8787b5d7bdc9.tar.gz
gnunet-4c297e9d83087fef43bb3c6cb89b8787b5d7bdc9.zip
-add logic to print expiration times for records
Diffstat (limited to 'src/namestore/test_namestore_lookup.sh')
-rwxr-xr-xsrc/namestore/test_namestore_lookup.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/namestore/test_namestore_lookup.sh b/src/namestore/test_namestore_lookup.sh
index 99757b102..681af7d96 100755
--- a/src/namestore/test_namestore_lookup.sh
+++ b/src/namestore/test_namestore_lookup.sh
@@ -3,7 +3,6 @@ CONFIGURATION="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_IP_PLUS="127.0.0.1" 5TEST_IP_PLUS="127.0.0.1"
6TEST_RECORD_NAME_PLUS="www"
7TEST_RECORD_NAME_DNS="www3" 6TEST_RECORD_NAME_DNS="www3"
8which timeout &> /dev/null && DO_TIMEOUT="timeout 5" 7which timeout &> /dev/null && DO_TIMEOUT="timeout 5"
9 8