summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-04-29 00:37:13 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-06 23:01:28 +0100
commit98dc7649dc211716da0c41bff0759d082bab95f8 (patch)
treec497d3b7e3188b28c1cbbed7939c8700a111626a /test
parent02ceebef37974d4b76fe7007b5b6d28efd1c0657 (diff)
Allow command-line configuration of config location (#1284).
Diffstat (limited to 'test')
-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"