mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-25 22:16:01 -05: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();
|
m_stdout->readLine();
|
||||||
}
|
}
|
||||||
while (m_stderr->peek(1) == newline) {
|
while (m_stderr->peek(1) == newline) {
|
||||||
m_stdout->readLine();
|
m_stderr->readLine();
|
||||||
}
|
}
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user