Skip to content

Commit 772c733

Browse files
committed
use tmp again
1 parent d409a85 commit 772c733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/auto/autoupdatercore/UpdaterTest/installercontroller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ static const QString repogen = BINDIR + QStringLiteral("repogen");
1212
InstallerController::InstallerController(QObject *parent) :
1313
QObject(parent),
1414
_version(1, 0, 0),
15-
_buildDir(QCoreApplication::applicationDirPath() + "/tst_updatertest_XXXXXX")
15+
_buildDir()
1616
{
1717
_buildDir.setAutoRemove(false);
1818
setVersion(_version);

0 commit comments

Comments
 (0)