mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
tst: winfsp-tests: disable query_winfsp_tests over shares
This commit is contained in:
parent
2ffb8a1c97
commit
a197b99960
@ -1959,6 +1959,9 @@ void query_winfsp_dotest(ULONG Flags, PWSTR Prefix, ULONG FileInfoTimeout, BOOLE
|
||||
|
||||
void query_winfsp_test(void)
|
||||
{
|
||||
if (OptShareName)
|
||||
return;
|
||||
|
||||
if (NtfsTests)
|
||||
{
|
||||
WCHAR DirBuf[MAX_PATH], DriveBuf[3];
|
||||
@ -1996,5 +1999,6 @@ void info_tests(void)
|
||||
TEST(rename_pid_test);
|
||||
TEST(getvolinfo_test);
|
||||
TEST(setvolinfo_test);
|
||||
TEST(query_winfsp_test);
|
||||
if (!OptShareName)
|
||||
TEST(query_winfsp_test);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user