summaryrefslogtreecommitdiff
path: root/src/gns/test_gns_revocation.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-17 19:33:20 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-17 19:33:20 +0000
commite324e9dbec05a9b38e23776e1b93b2c268c2ba7e (patch)
tree426182801cf06bd4465090710fb895e7afa82132 /src/gns/test_gns_revocation.sh
parent377d39a13757865f1ce12192e67b89aa3aedbada (diff)
downloadgnunet-e324e9dbec05a9b38e23776e1b93b2c268c2ba7e.tar.gz
gnunet-e324e9dbec05a9b38e23776e1b93b2c268c2ba7e.zip
-reduce testcase output
Diffstat (limited to 'src/gns/test_gns_revocation.sh')
-rwxr-xr-xsrc/gns/test_gns_revocation.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/test_gns_revocation.sh b/src/gns/test_gns_revocation.sh
index 21adef664..dd288e2d8 100755
--- a/src/gns/test_gns_revocation.sh
+++ b/src/gns/test_gns_revocation.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