aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/utils.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/utils.sh')
-rwxr-xr-xtest/utils/utils.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/utils/utils.sh b/test/utils/utils.sh
index 102c8df17..ad36d7053 100755
--- a/test/utils/utils.sh
+++ b/test/utils/utils.sh
@@ -33,8 +33,7 @@ echo "TESTING: version (test/utils/version.exp)"
33echo "TESTING: help (test/utils/help.exp)" 33echo "TESTING: help (test/utils/help.exp)"
34./help.exp 34./help.exp
35 35
36which man 2>/dev/null 36if command -v man
37if [ "$?" -eq 0 ];
38then 37then
39 echo "TESTING: man (test/utils/man.exp)" 38 echo "TESTING: man (test/utils/man.exp)"
40 ./man.exp 39 ./man.exp