diff options
-rw-r--r-- | autotests/kconfigtest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfigtest.cpp b/autotests/kconfigtest.cpp index bb3245f2..4ae6d5b8 100644 --- a/autotests/kconfigtest.cpp +++ b/autotests/kconfigtest.cpp @@ -94,7 +94,7 @@ static inline QString testConfigDir() { } static inline QString kdeGlobalsPath() { - return testConfigDir() + "../kdeglobals"; + return QDir::cleanPath(testConfigDir() + "..") + "/kdeglobals"; } void KConfigTest::initTestCase() |