aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ephy-embed-single-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ephy-embed-single-test.c')
-rw-r--r--tests/ephy-embed-single-test.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ephy-embed-single-test.c b/tests/ephy-embed-single-test.c
index f5e4b8e50..4441c8dc5 100644
--- a/tests/ephy-embed-single-test.c
+++ b/tests/ephy-embed-single-test.c
@@ -87,7 +87,9 @@ main (int argc, char *argv[])
ephy_embed_prefs_init ();
_ephy_shell_create_instance (EPHY_EMBED_SHELL_MODE_PRIVATE);
- if (!ephy_file_helpers_init (NULL, EPHY_FILE_HELPERS_PRIVATE_PROFILE, NULL)) {
+ if (!ephy_file_helpers_init (NULL,
+ EPHY_FILE_HELPERS_ENSURE_EXISTS | EPHY_FILE_HELPERS_PRIVATE_PROFILE,
+ NULL)) {
g_debug ("Something wrong happened with ephy_file_helpers_init()");
return -1;
}