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.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/format/wts.c b/test/format/wts.c
index f5871e7b314..06c51c5eb16 100644
--- a/test/format/wts.c
+++ b/test/format/wts.c
@@ -86,7 +86,7 @@ wts_open(const char *home, int set_api, WT_CONNECTION **connp)
"buffer_alignment=512,error_prefix=\"%s\","
"%s,%s,%s,"
"extensions="
- "[\"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\"],"
+ "[\"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\"],"
"%s,%s",
g.c_cache,
g.progname,
@@ -96,8 +96,6 @@ wts_open(const char *home, int set_api, WT_CONNECTION **connp)
g.c_reverse ? REVERSE_PATH : "",
access(BZIP_PATH, R_OK) == 0 ? BZIP_PATH : "",
access(LZO_PATH, R_OK) == 0 ? LZO_PATH : "",
- (access(BZIP_RAW_PATH, R_OK) == 0 &&
- access(BZIP_PATH, R_OK) == 0) ? BZIP_RAW_PATH : "",
access(SNAPPY_PATH, R_OK) == 0 ? SNAPPY_PATH : "",
access(ZLIB_PATH, R_OK) == 0 ? ZLIB_PATH : "",
DATASOURCE("kvsbdb") ? KVS_BDB_PATH : "",
@@ -249,7 +247,7 @@ wts_create(void)
break;
case COMPRESS_BZIP_RAW:
p += snprintf(p, (size_t)(end - p),
- ",block_compressor=\"bzip2-raw\"");
+ ",block_compressor=\"bzip2-raw-test\"");
break;
case COMPRESS_LZO:
p += snprintf(p, (size_t)(end - p),