mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
CLI: Fixed typo in tests
This commit is contained in:
parent
7d37f65ad0
commit
8d7e491810
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user