summaryrefslogtreecommitdiff
path: root/test/vf_kdm_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/vf_kdm_test.cc')
-rw-r--r--test/vf_kdm_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/vf_kdm_test.cc b/test/vf_kdm_test.cc
index 665cf72a0..d8efa7ab7 100644
--- a/test/vf_kdm_test.cc
+++ b/test/vf_kdm_test.cc
@@ -110,6 +110,7 @@ BOOST_AUTO_TEST_CASE (vf_kdm_test)
e->add_kdm (B_kdm);
e->add_ov ("build/test/vf_kdm_test_ov/" + A->dcp_name());
C->examine_and_add_content (e);
+ C->set_audio_channels(6);
BOOST_REQUIRE (!wait_for_jobs());
make_and_verify_dcp (C, {dcp::VerificationNote::Code::INVALID_STANDARD});