mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	tools: run-tests: disable create_readonlydir_test on FUSE3 (no FileAttributes)
This commit is contained in:
		| @@ -725,13 +725,13 @@ exit /b 0 | ||||
|  | ||||
| :sample-passthrough-fuse3-x64 | ||||
| call :__run_sample_fuse_test passthrough-fuse3 x64 passthrough-fuse3-x64 winfsp-tests-x64 ^ | ||||
|     "-create_fileattr_test -setfileinfo_test" | ||||
|     "-create_fileattr_test -create_readonlydir_test -setfileinfo_test" | ||||
| if !ERRORLEVEL! neq 0 goto fail | ||||
| exit /b 0 | ||||
|  | ||||
| :sample-passthrough-fuse3-x86 | ||||
| call :__run_sample_fuse_test passthrough-fuse3 x86 passthrough-fuse3-x86 winfsp-tests-x86 ^ | ||||
|     "-create_fileattr_test -setfileinfo_test" | ||||
|     "-create_fileattr_test -create_readonlydir_test -setfileinfo_test" | ||||
| if !ERRORLEVEL! neq 0 goto fail | ||||
| exit /b 0 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user