From b555355546af8f9091eaaba46479400b53b10a39 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 8 Jan 2021 17:43:49 +0100 Subject: Remove use of xmldiff in tests. --- run/tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run') 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 -- cgit v1.2.3