diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-16 14:02:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-16 14:02:23 +0100 |
| commit | 194f38bccf78e51de0a35367590c2133bb093020 (patch) | |
| tree | 58429e8b100da5a87fae34e37cc9f5884bfcc087 /test/encryption_test.cc | |
| parent | 99acc6fb86df3ab7ec4f6b5174fce047794b8cdc (diff) | |
Various test fixes.
Diffstat (limited to 'test/encryption_test.cc')
| -rw-r--r-- | test/encryption_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/encryption_test.cc b/test/encryption_test.cc index 9a3660f9..5abe53aa 100644 --- a/test/encryption_test.cc +++ b/test/encryption_test.cc @@ -143,7 +143,7 @@ BOOST_AUTO_TEST_CASE (encryption_test) "> build/test/xmllint.log 2>&1 < /dev/null" ); -#ifdef DCPOMATIC_POSIX +#ifdef LIBDCP_POSIX BOOST_CHECK_EQUAL (WEXITSTATUS (r), 0); #else BOOST_CHECK_EQUAL (r, 0); @@ -157,7 +157,7 @@ BOOST_AUTO_TEST_CASE (encryption_test) "--id-attr:Id http://www.smpte-ra.org/schemas/430-3/2006/ETM:AuthenticatedPrivate " "build/test/bar.kdm.xml > build/test/xmlsec1.log 2>&1 < /dev/null"); -#ifdef DCPOMATIC_POSIX +#ifdef LIBDCP_POSIX BOOST_CHECK_EQUAL (WEXITSTATUS (r), 0); #else BOOST_CHECK_EQUAL (r, 0); |
