aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-17 19:30:41 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-17 19:30:41 +0000
commit377d39a13757865f1ce12192e67b89aa3aedbada (patch)
tree54cd4c1a12addadd02dee96725852d474a4fa1b9 /src/gns
parent949815f37626ab2e14f1614575ec051ea85839f9 (diff)
downloadgnunet-377d39a13757865f1ce12192e67b89aa3aedbada.tar.gz
gnunet-377d39a13757865f1ce12192e67b89aa3aedbada.zip
-no warning if dir does not exist
Diffstat (limited to 'src/gns')
-rwxr-xr-xsrc/gns/test_gns_lookup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/test_gns_lookup.sh b/src/gns/test_gns_lookup.sh
index 5f21fa7d6..4187ae6b2 100755
--- a/src/gns/test_gns_lookup.sh
+++ b/src/gns/test_gns_lookup.sh
@@ -9,11 +9,11 @@ fi
9$LOCATION --version 9$LOCATION --version
10if test $? != 0 10if test $? != 0
11then 11then
12 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 12 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
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 -rf `gnunet-config -c test_gns_lookup.conf -s PATHS -o GNUNET_HOME -f`
17which timeout &> /dev/null && DO_TIMEOUT="timeout 30" 17which timeout &> /dev/null && DO_TIMEOUT="timeout 30"
18TEST_IP="127.0.0.1" 18TEST_IP="127.0.0.1"
19gnunet-arm -s -c test_gns_lookup.conf 19gnunet-arm -s -c test_gns_lookup.conf