From 377d39a13757865f1ce12192e67b89aa3aedbada Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 17 Dec 2013 19:30:41 +0000 Subject: [PATCH] -no warning if dir does not exist --- src/gns/test_gns_lookup.sh | 4 ++-- 1 file 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 $LOCATION --version if test $? != 0 then - echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" + echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" exit 77 fi -rm -r `gnunet-config -c test_gns_lookup.conf -s PATHS -o GNUNET_HOME -f` +rm -rf `gnunet-config -c test_gns_lookup.conf -s PATHS -o GNUNET_HOME -f` which timeout &> /dev/null && DO_TIMEOUT="timeout 30" TEST_IP="127.0.0.1" gnunet-arm -s -c test_gns_lookup.conf -- 2.25.1