mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
generic: do not set KDE_FORK_SLAVES environment variable
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
ccf8286e5c
commit
a1d20ef01c
2 changed files with 0 additions and 3 deletions
|
@ -133,8 +133,6 @@ static void removeDirRecursive( const QString& dir )
|
|||
void TestTrash::initTestCase()
|
||||
{
|
||||
qDebug() << qgetenv("LC_ALL");
|
||||
setenv( "KDE_FORK_SLAVES", "yes", true );
|
||||
|
||||
|
||||
m_trashDir = KGlobal::dirs()->localxdgdatadir() + QString::fromLatin1("Trash");
|
||||
kDebug() << "setup: using trash directory " << m_trashDir;
|
||||
|
|
|
@ -161,7 +161,6 @@ KUriFilterTest::KUriFilterTest()
|
|||
void KUriFilterTest::init()
|
||||
{
|
||||
kDebug() ;
|
||||
setenv( "KDE_FORK_SLAVES", "yes", true ); // simpler, for the final cleanup
|
||||
|
||||
// Allow testing of the search engine using both delimiters...
|
||||
const char* envDelimiter = ::getenv( "KURIFILTERTEST_DELIMITER" );
|
||||
|
|
Loading…
Add table
Reference in a new issue