aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_zkey_lookup.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-18 09:36:21 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-18 09:36:21 +0000
commit683ac9db63e03aa51f15c0854515fcfa487dc686 (patch)
tree4af271f52f043e7e7785d2428d445323a46ecab7 /src/gns/test_gns_zkey_lookup.sh
parent93bfa19afe98d3cc43606201a560437f465774e0 (diff)
downloadgnunet-683ac9db63e03aa51f15c0854515fcfa487dc686.tar.gz
gnunet-683ac9db63e03aa51f15c0854515fcfa487dc686.zip
-pipe garbage to /dev/null
Diffstat (limited to 'src/gns/test_gns_zkey_lookup.sh')
-rwxr-xr-xsrc/gns/test_gns_zkey_lookup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/test_gns_zkey_lookup.sh b/src/gns/test_gns_zkey_lookup.sh
index 9ce5e1d37..619a9eb32 100755
--- a/src/gns/test_gns_zkey_lookup.sh
+++ b/src/gns/test_gns_zkey_lookup.sh
@@ -7,10 +7,10 @@ if [ -z $LOCATION ]
7then 7then
8 LOCATION="gnunet-config" 8 LOCATION="gnunet-config"
9fi 9fi
10$LOCATION --version 10$LOCATION --version &> /dev/null
11if test $? != 0 11if test $? != 0
12then 12then
13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX" 13 echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
14 exit 77 14 exit 77
15fi 15fi
16 16