summaryrefslogtreecommitdiffstats
path: root/test/integration/extent.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/extent.c')
-rw-r--r--test/integration/extent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/extent.c b/test/integration/extent.c
index 7100b6a..c2dc1cb 100644
--- a/test/integration/extent.c
+++ b/test/integration/extent.c
@@ -140,7 +140,7 @@ test_manual_hook_body(void) {
assert_ptr_ne(old_hooks->merge, extent_merge_hook,
"Unexpected extent_hooks error");
- if (check_background_thread_enabled()) {
+ if (!check_background_thread_enabled()) {
test_extent_body(arena_ind);
}