mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
CLI: Fixed typo in tests
This commit is contained in:
@@ -184,7 +184,7 @@ int TestCli::execCmd(Command& cmd, const QStringList& args) const
|
||||
m_stdout->readLine();
|
||||
}
|
||||
while (m_stderr->peek(1) == newline) {
|
||||
m_stdout->readLine();
|
||||
m_stderr->readLine();
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user