diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-07-19 20:47:30 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-07-19 20:47:30 +0100 |
commit | 7dc6c3eb7377735be3d48074d0a78d341b6d6e72 (patch) | |
tree | e4e1efd8517989e4ec116829c2871d2e19582c5c /netfs/unittests/testGlacier.cpp | |
parent | Tidy up a little (diff) | |
download | netfs-7dc6c3eb7377735be3d48074d0a78d341b6d6e72.tar.bz2 netfs-7dc6c3eb7377735be3d48074d0a78d341b6d6e72.tar.xz netfs-7dc6c3eb7377735be3d48074d0a78d341b6d6e72.zip |
Start mock clients with a real configuration file that has specific parts replaced at run-time
Diffstat (limited to 'netfs/unittests/testGlacier.cpp')
-rw-r--r-- | netfs/unittests/testGlacier.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netfs/unittests/testGlacier.cpp b/netfs/unittests/testGlacier.cpp index abe8a1e..8ee055d 100644 --- a/netfs/unittests/testGlacier.cpp +++ b/netfs/unittests/testGlacier.cpp @@ -26,7 +26,7 @@ BOOST_AUTO_TEST_CASE ( withRouter ) { char * glacierFuseArgv[] = { - strdup((RootDir / ":testvol").string().c_str()), + strdup((RootDir / "defaultFuse.xml:testvol").string().c_str()), strdup((RootDir / "test").string().c_str()), strdup("--Ice.Default.Router=Glacier2/router:tcp -h localhost -p 4063") }; |