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

@@ -184,5 +184,8 @@ static void wsl_stat_test(void)
void wsl_tests(void)
{
if (OptFuseExternal)
return;
TEST_OPT(wsl_stat_test);
}