summaryrefslogtreecommitdiff
path: root/test/decryption_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/decryption_test.cc')
-rw-r--r--test/decryption_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/decryption_test.cc b/test/decryption_test.cc
index 5a8e57a4..be688908 100644
--- a/test/decryption_test.cc
+++ b/test/decryption_test.cc
@@ -136,7 +136,7 @@ BOOST_AUTO_TEST_CASE (failing_kdm_test)
{
dcp::DecryptedKDM kdm (
dcp::EncryptedKDM (dcp::file_to_string ("test/data/target.pem.crt.de5d4eba-e683-41ca-bdda-aa4ad96af3f4.kdm.xml")),
- dcp::file_to_string ("test/data/private.key")
+ dcp::file_to_string("test/data/failing-private.key")
);
}