summaryrefslogtreecommitdiffstats
path: root/tests/ts/misc/whereis
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ts/misc/whereis')
-rwxr-xr-xtests/ts/misc/whereis2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ts/misc/whereis b/tests/ts/misc/whereis
index 98441193b..ee7ec2701 100755
--- a/tests/ts/misc/whereis
+++ b/tests/ts/misc/whereis
@@ -18,6 +18,8 @@ TS_DESC="whereis"
. $TS_TOPDIR/functions.sh
ts_init "$*"
+ts_check_test_command "$TS_CMD_WHEREIS"
+
LS_COUNT=$($TS_CMD_WHEREIS ls | wc -w)
if [ $LS_COUNT -lt 2 ]; then
echo "ls binary nor manual not found?" > $TS_OUTPUT