diff options
Diffstat (limited to 'karm/test')
-rw-r--r-- | karm/test/locking.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karm/test/locking.cpp b/karm/test/locking.cpp index 6bf9f03e9..7a1d6ad53 100644 --- a/karm/test/locking.cpp +++ b/karm/test/locking.cpp @@ -130,7 +130,7 @@ int main( int argc, char *argv[] ) // Use another directory than the real one, just to keep things clean // TDEHOME needs to be writable though, for a ksycoca database // FIXME: Delete this directory when done with test. - setenv( "TDEHOME", TQFile::encodeName( TQDir::homeDirPath() + "/.kde-testresource" ), true ); + setenv( "TDEHOME", TQFile::encodeName( TQDir::homeDirPath() + "/.tde-testresource" ), true ); // Copied from Till's test in libkcal. Not sure what this is for. setenv( "TDE_FORK_SLAVES", "yes", true ); // simpler, for the final cleanup |