commit 377d39a13757865f1ce12192e67b89aa3aedbada parent 949815f37626ab2e14f1614575ec051ea85839f9 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 17 Dec 2013 19:30:41 +0000 -no warning if dir does not exist Diffstat:
| M | 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 @@ -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