aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/sysutils/sysutils.sh8
-rwxr-xr-xtest/sysutils/whois.exp (renamed from test/private-lib/whois.exp)0
2 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
diff --git a/test/private-lib/whois.exp b/test/sysutils/whois.exp
index 29190253c..29190253c 100755
--- a/test/private-lib/whois.exp
+++ b/test/sysutils/whois.exp