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

@@ -2287,6 +2287,9 @@ void stream_dirnotify_test(void)
void stream_tests(void)
{
if (OptFuseExternal)
return;
TEST(stream_create_test);
if (!OptOplock)
TEST(stream_create_overwrite_test);