test: Fixed CommandlineTestSuite changed TestSettings.xml

This commit is contained in:
Eberhard Graether
2017-09-13 15:53:21 +02:00
parent 64a97d37f1
commit 3f06724cad
4 changed files with 9 additions and 7 deletions
@@ -248,7 +248,7 @@ ReturnStatus CommandConfig::parse(std::vector<std::string>& args)
}
}
settings->save(UserPaths::getAppSettingsPath());
settings->save();
return ReturnStatus::CMD_QUIT;
}