tools: run-tests: disable create_readonlydir_test on FUSE3 (no FileAttributes)

This commit is contained in:
Bill Zissimopoulos 2018-11-05 12:39:55 -08:00
parent 36ba4ff402
commit 4deb7b96a9
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3

View File

@ -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