aboutsummaryrefslogtreecommitdiff
path: root/runtest
diff options
context:
space:
mode:
Diffstat (limited to 'runtest')
-rwxr-xr-xruntest2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtest b/runtest
index b2e0a4c..807a6ae 100755
--- a/runtest
+++ b/runtest
@@ -152,7 +152,7 @@ if [ -z "$runpath" ] ; then
exit 1
fi
-if ! command -v "$expectbin" > /dev/null ; then
+if command -v "$expectbin" > /dev/null ; then :; else
echo "ERROR: unable to find expect in the PATH"
exit 1
fi