-fix check for DANE and ftbfs
[oweals/gnunet.git] / src / gns / test_gns_quickupdate.sh
index cb3b67db2336253bd73f773b8ba39a67c9a275ef..d58a2712c3dad6df77327516cdd9e859e1ffcc1f 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"