diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-08 17:43:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-08 17:43:49 +0100 |
| commit | b555355546af8f9091eaaba46479400b53b10a39 (patch) | |
| tree | 04b7232e6b8556512752adbd5ab5d50dfdd346ab /run | |
| parent | d39880eef211a296fa8ef4712cdef5945d08527c (diff) | |
Remove use of xmldiff in tests.
Diffstat (limited to 'run')
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
