tools: run-tests: add case-insensitive option when testing dir mounts

This commit is contained in:
Bill Zissimopoulos 2016-10-26 15:09:26 -07:00
parent 79bf651203
commit 3e557e1b65

View File

@ -106,7 +106,7 @@ if !ERRORLEVEL! neq 0 goto fail
exit /b 0
:winfsp-tests-x64-mountpoint-dir
winfsp-tests-x64 --mountpoint=mymnt
winfsp-tests-x64 --mountpoint=mymnt --case-insensitive
if !ERRORLEVEL! neq 0 goto fail
exit /b 0
@ -131,7 +131,7 @@ if !ERRORLEVEL! neq 0 goto fail
exit /b 0
:winfsp-tests-x86-mountpoint-dir
winfsp-tests-x86 --mountpoint=mymnt
winfsp-tests-x86 --mountpoint=mymnt --case-insensitive
if !ERRORLEVEL! neq 0 goto fail
exit /b 0