mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 13:07:38 +03:00
CLI: Fixed typo in tests
This commit is contained in:
parent
7d37f65ad0
commit
8d7e491810
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue