aboutsummaryrefslogtreecommitdiffstats
path: root/test/sysutils/sysutils.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/sysutils/sysutils.sh')
-rwxr-xr-xtest/sysutils/sysutils.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/sysutils/sysutils.sh b/test/sysutils/sysutils.sh
index bab243c4b..a1aaa80a7 100755
--- a/test/sysutils/sysutils.sh
+++ b/test/sysutils/sysutils.sh
@@ -127,3 +127,11 @@ else
127 echo "TESTING SKIP: strings not found" 127 echo "TESTING SKIP: strings not found"
128fi 128fi
129 129
130if command -v whois
131then
132 echo "TESTING: whois"
133 ./whois.exp
134else
135 echo "TESTING SKIP: whois not found"
136fi
137