|
|
|
@ -317,21 +317,22 @@ test_rmdir() |
|
|
|
|
|
|
|
TEST_LIST = |
|
|
|
{ |
|
|
|
{"nop",test_nop}, |
|
|
|
{"config_bool",test_config_bool}, |
|
|
|
{"config_uint64",test_config_uint64}, |
|
|
|
{"config_int",test_config_int}, |
|
|
|
{"config_str",test_config_str}, |
|
|
|
{"config_branches",test_config_branches}, |
|
|
|
{"config_cachefiles",test_config_cachefiles}, |
|
|
|
{"config_inodecalc",test_config_inodecalc}, |
|
|
|
{"config_moveonenospc",test_config_moveonenospc}, |
|
|
|
{"config_nfsopenhack",test_config_nfsopenhack}, |
|
|
|
{"config_readdir",test_config_readdir}, |
|
|
|
{"config_statfs",test_config_statfs}, |
|
|
|
{"config_statfsignore",test_config_statfs_ignore}, |
|
|
|
{"config_xattr",test_config_xattr}, |
|
|
|
{"config",test_config}, |
|
|
|
{"str",test_str_stuff}, |
|
|
|
{NULL,NULL} |
|
|
|
{"rmdir",test_rmdir}, |
|
|
|
{"nop",test_nop}, |
|
|
|
{"config_bool",test_config_bool}, |
|
|
|
{"config_uint64",test_config_uint64}, |
|
|
|
{"config_int",test_config_int}, |
|
|
|
{"config_str",test_config_str}, |
|
|
|
{"config_branches",test_config_branches}, |
|
|
|
{"config_cachefiles",test_config_cachefiles}, |
|
|
|
{"config_inodecalc",test_config_inodecalc}, |
|
|
|
{"config_moveonenospc",test_config_moveonenospc}, |
|
|
|
{"config_nfsopenhack",test_config_nfsopenhack}, |
|
|
|
{"config_readdir",test_config_readdir}, |
|
|
|
{"config_statfs",test_config_statfs}, |
|
|
|
{"config_statfsignore",test_config_statfs_ignore}, |
|
|
|
{"config_xattr",test_config_xattr}, |
|
|
|
{"config",test_config}, |
|
|
|
{"str",test_str_stuff}, |
|
|
|
{NULL,NULL} |
|
|
|
}; |