aboutsummaryrefslogtreecommitdiffstats
path: root/test/sysutils/sysutils.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-11-15 08:10:04 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-11-15 08:10:04 -0500
commitc14c5050c1ab7eb01223e481166c7456c84adae8 (patch)
treec9294961784bb38788c38fd219d0aeeeebf5cf3d /test/sysutils/sysutils.sh
parentbsdtar profile, #1642 (diff)
downloadfirejail-c14c5050c1ab7eb01223e481166c7456c84adae8.tar.gz
firejail-c14c5050c1ab7eb01223e481166c7456c84adae8.tar.zst
firejail-c14c5050c1ab7eb01223e481166c7456c84adae8.zip
testing
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