summaryrefslogtreecommitdiff
path: root/test/test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.cc')
-rw-r--r--test/test.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test.cc b/test/test.cc
index 32d32f988..8f8db3714 100644
--- a/test/test.cc
+++ b/test/test.cc
@@ -107,6 +107,9 @@ struct TestConfig
{
TestConfig ()
{
+ State::override_path = "build/test/state";
+ boost::filesystem::remove_all (*State::override_path);
+
dcpomatic_setup ();
setup_test_config ();