X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fgns%2Ftest_gns_dht_lookup.sh;h=a6e4acc77103451a2b452a2e250d1eab3d392125;hb=ecfab268bb34efb1305bf5b7894db47cd916a6a7;hp=ce19fcdde1fd131c5690d42bf32a70bd4c042aa4;hpb=ea8c85c55b9df1b491713b79bb221b7476949742;p=oweals%2Fgnunet.git diff --git a/src/gns/test_gns_dht_lookup.sh b/src/gns/test_gns_dht_lookup.sh index ce19fcdde..a6e4acc77 100755 --- a/src/gns/test_gns_dht_lookup.sh +++ b/src/gns/test_gns_dht_lookup.sh @@ -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"