From 87a1d5468d02e398f3c3d24a268c2585a2c465ca Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 9 Feb 2022 17:42:37 +0000 Subject: [PATCH] tools: run-tests: ntptfs: enable rename_mmap_test --- tools/run-tests.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/run-tests.bat b/tools/run-tests.bat index fa3b0a4c..ff8ebc4e 100755 --- a/tools/run-tests.bat +++ b/tools/run-tests.bat @@ -847,14 +847,14 @@ exit /b !IfsTestExit! :sample-ntptfs-x64 call :__run_sample_ntptfs_test ntptfs x64 ntptfs-x64 ^ "%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x64.exe" ^ - "--external --resilient +* -rename_flipflop_test -rename_mmap_test -exec_rename_dir_test -stream_rename_flipflop_test" + "--external --resilient +* -rename_flipflop_test -exec_rename_dir_test -stream_rename_flipflop_test" if !ERRORLEVEL! neq 0 goto fail exit /b 0 :sample-ntptfs-x86 call :__run_sample_ntptfs_test ntptfs x86 ntptfs-x86 ^ "%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x86.exe" ^ - "--external --resilient +* -rename_flipflop_test -rename_mmap_test -exec_rename_dir_test -stream_rename_flipflop_test" + "--external --resilient +* -rename_flipflop_test -exec_rename_dir_test -stream_rename_flipflop_test" if !ERRORLEVEL! neq 0 goto fail exit /b 0