summaryrefslogtreecommitdiff
path: root/test/config_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/config_test.cc')
-rw-r--r--test/config_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/config_test.cc b/test/config_test.cc
index dad545a48..14cceb6a0 100644
--- a/test/config_test.cc
+++ b/test/config_test.cc
@@ -31,7 +31,7 @@ rewrite_bad_config ()
boost::system::error_code ec;
boost::filesystem::remove ("build/test/config.xml", ec);
- Config::test_path = "build/test";
+ Config::override_path = "build/test";
ofstream f ("build/test/config.xml");
f << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
<< "<Config>\n"