From 8f4d400ced68143cbc17a1c73f6a0407bf60839d Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Tue, 8 Apr 2025 09:43:44 +0200 Subject: [PATCH] test: exercise `preload_all` option --- test/tools_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tools_test.cpp b/test/tools_test.cpp index 287a0bdd..19901f7b 100644 --- a/test/tools_test.cpp +++ b/test/tools_test.cpp @@ -1048,7 +1048,7 @@ TEST_P(tools_test, end_to_end) { "-s", "-ocase_insensitive,block_allocator=mmap", #ifndef _WIN32 - "-oenable_nlink", + "-oenable_nlink,preload_all", "-oreadonly", "-ouid=2345,gid=3456", #endif