gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r31496 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r31496 - gnunet/src/gns
Date: Tue, 17 Dec 2013 20:30:41 +0100

Author: grothoff
Date: 2013-12-17 20:30:41 +0100 (Tue, 17 Dec 2013)
New Revision: 31496

Modified:
   gnunet/src/gns/test_gns_lookup.sh
Log:
-no warning if dir does not exist

Modified: gnunet/src/gns/test_gns_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_lookup.sh   2013-12-17 17:13:47 UTC (rev 31495)
+++ gnunet/src/gns/test_gns_lookup.sh   2013-12-17 19:30:41 UTC (rev 31496)
@@ -9,11 +9,11 @@
 $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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]