X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fnamestore%2Ftest_namestore_lookup.sh;h=90735b17e094fd0e67c624a9f98fa28807658f80;hb=c15e7951180d954ca584a95206543e8997b3a7d4;hp=18b8eed3e3eab67b9b6b139d766ec158bdc68768;hpb=ab7e7921897864b39f7efba7b13f926bf9d705fd;p=oweals%2Fgnunet.git diff --git a/src/namestore/test_namestore_lookup.sh b/src/namestore/test_namestore_lookup.sh index 18b8eed3e..90735b17e 100755 --- a/src/namestore/test_namestore_lookup.sh +++ b/src/namestore/test_namestore_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"