summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun/tests2
1 files changed, 1 insertions, 1 deletions
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