From 93c693e30df444e81ccd53e7b2d8cc87ee920192 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 6 Feb 2024 22:26:50 -0800 Subject: [PATCH] win32-test-imagex-capture_and_apply.bat: exclude a test due to DISM bug --- tests/win32-test-imagex-capture_and_apply.bat | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/win32-test-imagex-capture_and_apply.bat b/tests/win32-test-imagex-capture_and_apply.bat index 40eba4de..049a64b1 100644 --- a/tests/win32-test-imagex-capture_and_apply.bat +++ b/tests/win32-test-imagex-capture_and_apply.bat @@ -379,7 +379,10 @@ echo "hello" > encrypted1 echo "hello" > encrypted2 cipher /e encrypted1 > nul cipher /e encrypted2 > nul -call :do_test +REM Use skip_dism_cmp=1 due to DISM bug where it fails to preserve short names: +REM DIFFERENCE: in.dir\encrypted1 and out.dir\encrypted1 do not have the same short name (ENCRYP~1 vs. ENCRYP~2) +REM DIFFERENCE: in.dir\encrypted2 and out.dir\encrypted2 do not have the same short name (ENCRYP~2 vs. ENCRYP~1) +call :do_test_with_params 0 1 call :msg "encrypted directory" md subdir -- 2.43.0