From e324e9dbec05a9b38e23776e1b93b2c268c2ba7e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 17 Dec 2013 19:33:20 +0000 Subject: -reduce testcase output --- src/gns/test_gns_lookup.sh | 2 +- src/gns/test_gns_mx_lookup.sh | 4 ++-- src/gns/test_gns_revocation.sh | 4 ++-- src/gns/test_gns_soa_lookup.sh | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src/gns') diff --git a/src/gns/test_gns_lookup.sh b/src/gns/test_gns_lookup.sh index 4187ae6b2..70066f0a2 100755 --- a/src/gns/test_gns_lookup.sh +++ b/src/gns/test_gns_lookup.sh @@ -6,7 +6,7 @@ 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" diff --git a/src/gns/test_gns_mx_lookup.sh b/src/gns/test_gns_mx_lookup.sh index 500a6cbc0..eca7316ff 100755 --- a/src/gns/test_gns_mx_lookup.sh +++ b/src/gns/test_gns_mx_lookup.sh @@ -6,10 +6,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 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 ] 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 diff --git a/src/gns/test_gns_soa_lookup.sh b/src/gns/test_gns_soa_lookup.sh index bc54dee37..8ea44b191 100755 --- a/src/gns/test_gns_soa_lookup.sh +++ b/src/gns/test_gns_soa_lookup.sh @@ -6,10 +6,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 -- cgit v1.2.3