1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-10-29 19:18:39 -05:00

tst: memfs: check FileName length in Create/Open

This commit is contained in:
Bill Zissimopoulos
2016-12-15 14:54:15 -08:00
parent 1e03c1a465
commit 6eb2879374
2 changed files with 7 additions and 4 deletions

View File

@@ -329,7 +329,7 @@ exit /b 0
:ifstest-memfs-x64-disk
M:
call "%ProjRoot%\tools\ifstest.bat" M:\ /b
call "%ProjRoot%\tools\ifstest.bat" M:\ /b /z
if !ERRORLEVEL! neq 0 goto fail
exit /b 0