generic: do not set KDE_FORK_SLAVES environment variable

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-06-22 03:31:21 +03:00
parent ccf8286e5c
commit a1d20ef01c
2 changed files with 0 additions and 3 deletions

View file

@ -133,8 +133,6 @@ static void removeDirRecursive( const QString& dir )
void TestTrash::initTestCase() void TestTrash::initTestCase()
{ {
qDebug() << qgetenv("LC_ALL"); qDebug() << qgetenv("LC_ALL");
setenv( "KDE_FORK_SLAVES", "yes", true );
m_trashDir = KGlobal::dirs()->localxdgdatadir() + QString::fromLatin1("Trash"); m_trashDir = KGlobal::dirs()->localxdgdatadir() + QString::fromLatin1("Trash");
kDebug() << "setup: using trash directory " << m_trashDir; kDebug() << "setup: using trash directory " << m_trashDir;

View file

@ -161,7 +161,6 @@ KUriFilterTest::KUriFilterTest()
void KUriFilterTest::init() void KUriFilterTest::init()
{ {
kDebug() ; kDebug() ;
setenv( "KDE_FORK_SLAVES", "yes", true ); // simpler, for the final cleanup
// Allow testing of the search engine using both delimiters... // Allow testing of the search engine using both delimiters...
const char* envDelimiter = ::getenv( "KURIFILTERTEST_DELIMITER" ); const char* envDelimiter = ::getenv( "KURIFILTERTEST_DELIMITER" );