about summary refs log tree commit diff stats
path: root/functionaltests/proftest.c
diff options
context:
space:
mode:
Diffstat (limited to 'functionaltests/proftest.c')
-rw-r--r--functionaltests/proftest.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/functionaltests/proftest.c b/functionaltests/proftest.c
index dbecd117..55892b30 100644
--- a/functionaltests/proftest.c
+++ b/functionaltests/proftest.c
@@ -14,8 +14,7 @@
 #include <stabber.h>
 #include <expect.h>
 
-#define XDG_CONFIG_HOME "./stabbertests/files/xdg_config_home"
-#define XDG_DATA_HOME   "./stabbertests/files/xdg_data_home"
+#include "proftest.h"
 
 char *config_orig;
 char *data_orig;
@@ -115,7 +114,7 @@ _create_logs_dir(void)
 void
 _cleanup_dirs(void)
 {
-    int res = system("rm -rf ./stabbertests/files");
+    int res = system("rm -rf ./functionaltests/files");
     if (res == -1) {
         assert_true(FALSE);
     }