tst: winfsp-tests: add --fuse-external option

This commit is contained in:
Bill Zissimopoulos
2021-11-13 10:15:12 +00:00
parent d67a917c6f
commit ec3386c2b3
9 changed files with 136 additions and 29 deletions

View File

@@ -333,6 +333,7 @@ void security_stress_meta_test(void)
void security_tests(void)
{
TEST(getsecurity_test);
TEST(setsecurity_test);
if (!OptFuseExternal)
TEST(setsecurity_test);
TEST_OPT(security_stress_meta_test);
}