Let config/cinemas/dkdm_recipients take care of their own recovery.
[dcpomatic.git] / test / config_test.cc
index 687bea95676dc097268127e3cf884bf00fce101c..fc3a27601e4d763a646b744621652a98c3b4810a 100644 (file)
@@ -215,7 +215,7 @@ BOOST_AUTO_TEST_CASE (config_keep_cinemas_if_making_new_config)
        boost::filesystem::remove (dir / "2.16" / "config.xml");
        Config::instance();
 
-       check_text_file (dir / "backup_for_test.xml", dir / "cinemas.xml.1");
+       check_text_file(dir / "backup_for_test.xml", dir / "cinemas.xml");
 }