kio: do not set KDE_FORK_SLAVES environment variable

non-operational, KIO slaves are forked processes (for now)

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-06-22 03:29:32 +03:00
parent ccd463e634
commit 54e2bcbfb3

View file

@ -159,9 +159,6 @@ void FileUndoManagerTest::initTestCase()
{
qDebug( "initTestCase" );
// Get kio_trash to share our environment so that it writes trashrc to the right kdehome
setenv( "KDE_FORK_SLAVES", "yes", true );
// Start with a clean base dir
cleanupTestCase();