summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/copyoperationtest/tst_copyoperationtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/installer/copyoperationtest/tst_copyoperationtest.cpp')
-rw-r--r--tests/auto/installer/copyoperationtest/tst_copyoperationtest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/installer/copyoperationtest/tst_copyoperationtest.cpp b/tests/auto/installer/copyoperationtest/tst_copyoperationtest.cpp
index 5adbdd6a7..1f42bcad2 100644
--- a/tests/auto/installer/copyoperationtest/tst_copyoperationtest.cpp
+++ b/tests/auto/installer/copyoperationtest/tst_copyoperationtest.cpp
@@ -143,6 +143,7 @@ private slots:
{
QInstaller::init(); //This will eat debug output
PackageManagerCore *core = new PackageManagerCore(BinaryContent::MagicInstallerMarker, QList<OperationBlob> ());
+ core->setAllowedRunningProcesses(QStringList() << QCoreApplication::applicationFilePath());
QSet<Repository> repoList;
Repository repo = Repository::fromUserInput(":///data/repository");
repoList.insert(repo);