aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_put.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-17 19:44:08 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-17 19:44:08 +0000
commitab7e7921897864b39f7efba7b13f926bf9d705fd (patch)
tree4495f16372c29f95ea4647a50d171b7d3147e4f6 /src/namestore/test_namestore_put.sh
parente324e9dbec05a9b38e23776e1b93b2c268c2ba7e (diff)
-do not log at DEBUG in testcases (at least not in SVN), do not print random stuff to stdout
Diffstat (limited to 'src/namestore/test_namestore_put.sh')
-rwxr-xr-xsrc/namestore/test_namestore_put.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/namestore/test_namestore_put.sh b/src/namestore/test_namestore_put.sh
index 1a1ca3a7df..4987a9cd3f 100755
--- a/src/namestore/test_namestore_put.sh
+++ b/src/namestore/test_namestore_put.sh
@@ -7,10 +7,10 @@ if [ -z $LOCATION ]
then
LOCATION="gnunet-config"
fi
-$LOCATION --version
+$LOCATION --version &> /dev/null
if test $? != 0
then
- echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
+ echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"
exit 77
fi