summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrun-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh
index bcf2a69a5cc..b75ac2c8bfc 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -55,7 +55,7 @@ function check_dependencies()
fi
# Check for pidof
- pidof init > /dev/null 2>&1
+ pidof pidof > /dev/null 2>&1
if [ $? -ne 0 ]; then
MISSING="$MISSING pidof"
fi