summaryrefslogtreecommitdiff
path: root/tests/auto/qtdiag/tst_qtdiag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtdiag/tst_qtdiag.cpp')
-rw-r--r--tests/auto/qtdiag/tst_qtdiag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtdiag/tst_qtdiag.cpp b/tests/auto/qtdiag/tst_qtdiag.cpp
index 207c450c2..d120b0fa9 100644
--- a/tests/auto/qtdiag/tst_qtdiag.cpp
+++ b/tests/auto/qtdiag/tst_qtdiag.cpp
@@ -67,7 +67,7 @@ void tst_QtDiag::run()
QSKIP("Binary could not be found");
QProcess process;
qDebug() << "Launching " << QDir::toNativeSeparators(m_binary);
- process.start(m_binary);
+ process.start(m_binary, QStringList{});
QVERIFY2(process.waitForStarted(), qPrintable(process.errorString()));
QVERIFY(process.waitForFinished());
QCOMPARE(process.exitStatus(), QProcess::NormalExit);