mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	tst: winfsp-tests: disable query_winfsp_tests over shares
This commit is contained in:
		| @@ -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); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user