diff options
Diffstat (limited to 'test/fuse_integration')
| -rw-r--r-- | test/fuse_integration/framework.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuse_integration/framework.go b/test/fuse_integration/framework.go index 000dddbfe..2fe7ef343 100644 --- a/test/fuse_integration/framework.go +++ b/test/fuse_integration/framework.go @@ -194,7 +194,7 @@ func (f *FuseTestFramework) startMaster(config *TestConfig) error { func (f *FuseTestFramework) startVolumeServers(config *TestConfig) error { args := []string{ "volume", - "-mserver=" + f.masterAddr, + "-master=" + f.masterAddr, "-ip=127.0.0.1", "-port=18080", "-dir=" + filepath.Join(f.dataDir, "volume"), |
