aboutsummaryrefslogtreecommitdiffstats
path: root/src/conftest/conftest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conftest/conftest.h')
-rw-r--r--src/conftest/conftest.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/conftest/conftest.h b/src/conftest/conftest.h
index 2d32e6ce3..2caf9b3ce 100644
--- a/src/conftest/conftest.h
+++ b/src/conftest/conftest.h
@@ -36,12 +36,7 @@ typedef struct conftest_t conftest_t;
struct conftest_t {
/**
- * Global testsuite configuration
- */
- settings_t *suite;
-
- /**
- * Test specific configuration
+ * Merged suite/test configuration
*/
settings_t *test;
@@ -51,11 +46,6 @@ struct conftest_t {
char *suite_dir;
/**
- * Directory containing test files
- */
- char *test_dir;
-
- /**
* Credentials loaded from configuration
*/
mem_cred_t *creds;