aboutsummaryrefslogtreecommitdiffstats
path: root/test/sysutils/sysutils.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/sysutils/sysutils.sh')
-rwxr-xr-xtest/sysutils/sysutils.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/sysutils/sysutils.sh b/test/sysutils/sysutils.sh
index 859d782c6..8ec115d95 100755
--- a/test/sysutils/sysutils.sh
+++ b/test/sysutils/sysutils.sh
@@ -77,3 +77,12 @@ then
77else 77else
78 echo "TESTING SKIP: tar not found" 78 echo "TESTING SKIP: tar not found"
79fi 79fi
80
81which ping
82if [ "$?" -eq 0 ];
83then
84 echo "TESTING: ping"
85 ./ping.exp
86else
87 echo "TESTING SKIP: ping not found"
88fi