aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index bc00058f..ede105ea 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -40,7 +40,7 @@ do_test()
[ ! -e "$C" ] && echo "$CMDNAME disabled" && return
else
C="$(which $CMDNAME 2>/dev/null)"
- [ -z "$C" ] && "C=$CMDNAME"
+ [ -z "$C" ] && printf '%s\n' "$SHOWSKIP: no $CMDNAME" && return
fi
C="$(dirname $(realpath "$C"))/$CMDNAME"