X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=run%2Ftests;fp=run%2Ftests;h=98a37823826aa585abd126ce83ac7cea2775a081;hb=b555355546af8f9091eaaba46479400b53b10a39;hp=9f018b934e9eb93e373bc9c697ed08e4b37dc776;hpb=d39880eef211a296fa8ef4712cdef5945d08527c;p=libdcp.git diff --git a/run/tests b/run/tests index 9f018b93..98a37823 100755 --- a/run/tests +++ b/run/tests @@ -16,7 +16,7 @@ export DYLD_LIBRARY_PATH=/Users/ci/osx-environment/64/lib export LIBDCP_SHARE_PREFIX=. # Make sure we have the required tools -for c in xmlsec1 xmldiff xmllint; do +for c in xmlsec1 xmllint; do hash $c 2>/dev/null || { echo >&2 "$c required but not found; aborting"; exit 1; } done