Efreet: Don't update cache during tests

This makes efreet_init not fail if we pass non-existing paths as HOME
and XDG_* during testing.

SVN revision: 58602
This commit is contained in:
Sebastian Dransfeld 2011-04-12 22:41:34 +00:00
parent 1ff5c07744
commit eacc880e8e
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,7 @@
#include "Efreet.h"
/* no logging */
#define EFREET_MODULE_LOG_DOM
#include "efreet_private.h"
#include "Efreet_Mime.h"
#include "config.h"
#include <Ecore.h>
@ -132,6 +135,7 @@ main(int argc, char ** argv)
}
}
efreet_cache_update = 0;
environment_store();
for (i = 0; tests[i].name; i++)
{