From 43067312b743ba0ca9a5fc86cedc421b2f3522f2 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 22 Jul 2023 15:01:50 -0700 Subject: [PATCH] win32-test-imagex-capture_and_apply: re-enable some compatibility tests These tests are currently passing. --- tests/win32-test-imagex-capture_and_apply.bat | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/tests/win32-test-imagex-capture_and_apply.bat b/tests/win32-test-imagex-capture_and_apply.bat index 8af2fa3f..5bf170b1 100644 --- a/tests/win32-test-imagex-capture_and_apply.bat +++ b/tests/win32-test-imagex-capture_and_apply.bat @@ -176,16 +176,14 @@ call :do_test call :msg "reparse point with unnamed data stream" echo "test" > file %SET_REPARSE_POINT% file -REM Use skip_dism_apply=1 due to DISM bug -call :do_test_with_params 1 0 +call :do_test call :msg "reparse point with unnamed data stream and named data streams" echo "test" > file echo 11 > file:a echo 1 > file:aa %SET_REPARSE_POINT% file -REM Use skip_dism_apply=1 due to DISM bug -call :do_test_with_params 1 0 +call :do_test call :msg "empty reparse point" type nul > file @@ -202,8 +200,7 @@ echo hello > file echo hello > file:ads1 type nul > file:ads2 %SET_REPARSE_POINT% file 0 -REM Use skip_dism_apply=1 due to DISM bug -call :do_test_with_params 1 0 +call :do_test call :msg "maximum length reparse point" type nul > file -- 2.43.0