CLI: Fixed typo in tests

This commit is contained in:
Jonathan White 2021-11-03 23:09:08 -04:00
parent 7d37f65ad0
commit 8d7e491810

View File

@ -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;