Qnx: Add 'cat' to the list of commands we expect on a device

Change-Id: I8076a78266141bffd43acc21b031ea5be6aa5791
Reviewed-by: Karim Pinter <karim.pinter@qt.io>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2018-08-03 15:13:42 +02:00
parent 27e9e19ed3
commit 0ec471971b

View File

@@ -53,6 +53,7 @@ QnxDeviceTester::QnxDeviceTester(QObject *parent)
this, &QnxDeviceTester::handleProcessFinished); this, &QnxDeviceTester::handleProcessFinished);
m_commandsToTest << QLatin1String("awk") m_commandsToTest << QLatin1String("awk")
<< QLatin1String("cat")
<< QLatin1String("grep") << QLatin1String("grep")
<< QLatin1String("kill") << QLatin1String("kill")
<< QLatin1String("netstat") << QLatin1String("netstat")