summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-16 15:42:11 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-16 15:42:11 +0100
commit6ad7f2da32ad58d5e00766036cd2158ad3881e18 (patch)
treed4e714bfb4d2c50d35058ab3b914fb2bf1c14b74 /test
parent90f50f5892f73617e1f6259bf49460df8f77cbcb (diff)
Fix incorrect path.
Diffstat (limited to 'test')
-rw-r--r--test/torture_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/torture_test.cc b/test/torture_test.cc
index 958e7167d..8bf73974f 100644
--- a/test/torture_test.cc
+++ b/test/torture_test.cc
@@ -83,7 +83,7 @@ BOOST_AUTO_TEST_CASE (torture_test1)
film->make_dcp ();
wait_for_jobs ();
- dcp::DCP dcp ("build/test/torture_test/" + film->dcp_name(false));
+ dcp::DCP dcp ("build/test/torture_test1/" + film->dcp_name(false));
dcp.read ();
list<shared_ptr<dcp::CPL> > cpls = dcp.cpls ();