X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fgns%2Ftest_gns_delegated_lookup.sh;h=3826d3e323a86da03dbf70a3f6729bd464fd65c5;hb=f9d80e03e9eb5d7956d60b8b7db2c36fd0be7b9e;hp=d1ea021760ace44d605f4e3cdcd2ceeae817b20f;hpb=d42a67d2107c205f65d7ab8f7b7aa436767ecf0a;p=oweals%2Fgnunet.git diff --git a/src/gns/test_gns_delegated_lookup.sh b/src/gns/test_gns_delegated_lookup.sh index d1ea02176..3826d3e32 100755 --- a/src/gns/test_gns_delegated_lookup.sh +++ b/src/gns/test_gns_delegated_lookup.sh @@ -7,7 +7,7 @@ if [ -z $LOCATION ] then LOCATION="gnunet-config" fi -$LOCATION --version &> /dev/null +$LOCATION --version 1> /dev/null if test $? != 0 then echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"