clean up zone iteration logic
[oweals/gnunet.git] / src / namestore / test_namestore_lookup.sh
index 18b8eed3e3eab67b9b6b139d766ec158bdc68768..90735b17e094fd0e67c624a9f98fa28807658f80 100755 (executable)
@@ -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"