aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_lookup.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-01 18:43:48 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-01 18:43:48 +0000
commite4e810cf84f358d5685be84c8bdea27a2adfdf8d (patch)
treebb4eebc5375c9f2361bf881e4d6179d6b234b179 /src/namestore/test_namestore_lookup.sh
parente19110bd6f16e5773fe685da6517cb338c133867 (diff)
downloadgnunet-e4e810cf84f358d5685be84c8bdea27a2adfdf8d.tar.gz
gnunet-e4e810cf84f358d5685be84c8bdea27a2adfdf8d.zip
-test_namestore_defaults.conf does not exist, use test_namestore_api.conf
Diffstat (limited to 'src/namestore/test_namestore_lookup.sh')
-rwxr-xr-xsrc/namestore/test_namestore_lookup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/test_namestore_lookup.sh b/src/namestore/test_namestore_lookup.sh
index 21b3ce1ed..7a7e9e2c5 100755
--- a/src/namestore/test_namestore_lookup.sh
+++ b/src/namestore/test_namestore_lookup.sh
@@ -1,5 +1,5 @@
1#!/bin/bash 1#!/bin/bash
2CONFIGURATION="test_namestore_defaults.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" 5TEST_DOMAIN_PLUS="www.gnu"