aboutsummaryrefslogtreecommitdiffstats
path: root/test/sysutils/sysutils.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-02-06 14:13:12 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-02-06 14:13:12 -0500
commit4a4bd8a617cfd01a95e92e915a118ba550870995 (patch)
tree88564c24d2bb4322fffdf41edb14b92c2b5784ef /test/sysutils/sysutils.sh
parentMerge pull request #5643 from glitsj16/whois-fix (diff)
downloadfirejail-4a4bd8a617cfd01a95e92e915a118ba550870995.tar.gz
firejail-4a4bd8a617cfd01a95e92e915a118ba550870995.tar.zst
firejail-4a4bd8a617cfd01a95e92e915a118ba550870995.zip
testing
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