fix only cache variable long/short
[oweals/gnunet.git] / src / gns / test_gns_delegated_lookup.sh
index fc507444f3915fac7f290d74cc531a7395d2cc41..3826d3e323a86da03dbf70a3f6729bd464fd65c5 100755 (executable)
@@ -7,7 +7,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"