summaryrefslogtreecommitdiff
path: root/test/format/wts.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/format/wts.c')
-rw-r--r--test/format/wts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/format/wts.c b/test/format/wts.c
index 8f51094b999..78a83b0738e 100644
--- a/test/format/wts.c
+++ b/test/format/wts.c
@@ -88,8 +88,8 @@ wts_open(void)
(access(RAW_PATH, R_OK) == 0 &&
access(BZIP_PATH, R_OK) == 0) ? RAW_PATH : "",
access(SNAPPY_PATH, R_OK) == 0 ? SNAPPY_PATH : "",
- access(KVS_BDB_PATH, R_OK) == 0 ? KVS_BDB_PATH : "",
- access(MEMRATA_PATH, R_OK) == 0 ? MEMRATA_PATH : "",
+ DATASOURCE("kvsbdb") ? KVS_BDB_PATH : "",
+ DATASOURCE("memrata") ? MEMRATA_PATH : "",
g.c_config_open == NULL ? "" : g.c_config_open,
g.config_open == NULL ? "" : g.config_open);