summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2013-11-16 11:23:43 +0100
committerGert Doering <gert@greenie.muc.de>2013-11-16 14:06:40 +0100
commitebcd7549ac73a2d649afd0629cb5a7fe0e02b8f7 (patch)
treecc2bf33eb76edb9ef8a4731be1bc2cf3c6dbee05 /tests
parentf0892e6590cb247ef1012b0fe89f80eee2d56cc4 (diff)
downloadopenvpn-ebcd7549ac73a2d649afd0629cb5a7fe0e02b8f7.tar.gz
openvpn-ebcd7549ac73a2d649afd0629cb5a7fe0e02b8f7.tar.xz
openvpn-ebcd7549ac73a2d649afd0629cb5a7fe0e02b8f7.zip
t_client.sh: Write errors to stderr and document requirements
Signed-off-by: David Sommerseth <davids@redhat.com> Acked-by: Matthias Andree <matthias.andree@gmx.de> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <1384597423-11136-1-git-send-email-dazo@users.sourceforge.net> URL: http://article.gmane.org/gmane.network.openvpn.devel/7984 Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/t_client.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/t_client.sh.in b/tests/t_client.sh.in
index af12e2d..b13c802 100755
--- a/tests/t_client.sh.in
+++ b/tests/t_client.sh.in
@@ -27,12 +27,12 @@ fi
# Check for external dependencies
which fping > /dev/null
if [ $? -ne 0 ]; then
- echo "$0: fping is not available in \$PATH"
+ echo "$0: fping is not available in \$PATH" >&2
exit 77
fi
which fping6 > /dev/null
if [ $? -ne 0 ]; then
- echo "$0: fping6 is not available in \$PATH"
+ echo "$0: fping6 is not available in \$PATH" >&2
exit 77
fi