Add missing mallctl unit test for abort_conf.
The abort_conf option was missed from test/unit/mallctl.
This commit is contained in:
parent
82d1a3fb31
commit
b0825351d9
@ -157,6 +157,7 @@ TEST_BEGIN(test_mallctl_opt) {
|
||||
} while (0)
|
||||
|
||||
TEST_MALLCTL_OPT(bool, abort, always);
|
||||
TEST_MALLCTL_OPT(bool, abort_conf, always);
|
||||
TEST_MALLCTL_OPT(bool, metadata_thp, always);
|
||||
TEST_MALLCTL_OPT(bool, retain, always);
|
||||
TEST_MALLCTL_OPT(const char *, dss, always);
|
||||
|
Loading…
Reference in New Issue
Block a user