diff options
Diffstat (limited to 'test/util')
| -rwxr-xr-x | test/util/vercmptest.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/util/vercmptest.sh b/test/util/vercmptest.sh index a9ed3b2a..0e799789 100755 --- a/test/util/vercmptest.sh +++ b/test/util/vercmptest.sh @@ -62,7 +62,7 @@ runtest() {  # use first arg as our binary if specified  [ -n "$1" ] && bin="$1" -if [ ! $(type -p "$bin") ]; then +if ! type -p "$bin"; then  	echo "vercmp binary ($bin) could not be located"  	exit 1  fi | 
