-fix #3301
[oweals/gnunet.git] / src / namestore / test_namestore_put.sh
index 1a1ca3a7dfe44afa0ab3d795afba3e31b6a0b57c..6b6647d5f1ecac3eb08d063717753a46ba97b068 100755 (executable)
@@ -7,10 +7,10 @@ if [ -z $LOCATION ]
 then
   LOCATION="gnunet-config"
 fi
-$LOCATION --version
+$LOCATION --version 1> /dev/null
 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