fix only cache variable long/short
[oweals/gnunet.git] / src / gns / test_gns_lookup.sh
index 4187ae6b2f38216724019f8cad70067547451151..ddee5b78dc3856f997799822d1fe5acf113b8ef1 100755 (executable)
@@ -6,7 +6,7 @@ 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"