about summary refs log tree commit diff stats
path: root/functionaltests/proftest.h
diff options
context:
space:
mode:
Diffstat (limited to 'functionaltests/proftest.h')
-rw-r--r--functionaltests/proftest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/functionaltests/proftest.h b/functionaltests/proftest.h
index 73e3680e..22a7745f 100644
--- a/functionaltests/proftest.h
+++ b/functionaltests/proftest.h
@@ -1,8 +1,8 @@
 #ifndef __H_PROFTEST
 #define __H_PROFTEST
 
-#define XDG_CONFIG_HOME "./stabbertests/files/xdg_config_home"
-#define XDG_DATA_HOME   "./stabbertests/files/xdg_data_home"
+#define XDG_CONFIG_HOME "./functionaltests/files/xdg_config_home"
+#define XDG_DATA_HOME   "./functionaltests/files/xdg_data_home"
 
 void init_prof_test(void **state);
 void close_prof_test(void **state);