]> wimlib.net Git - wimlib/commitdiff
win32-test-imagex-capture_and_apply.bat: exclude a test due to DISM bug
authorEric Biggers <ebiggers3@gmail.com>
Wed, 7 Feb 2024 06:26:50 +0000 (22:26 -0800)
committerEric Biggers <ebiggers3@gmail.com>
Wed, 7 Feb 2024 06:26:50 +0000 (22:26 -0800)
tests/win32-test-imagex-capture_and_apply.bat

index 40eba4dedffdfe26cdbf75e913507b75bc82baf6..049a64b19b81354f4e727197b0b7821f2219a457 100644 (file)
@@ -379,7 +379,10 @@ echo "hello" > encrypted1
 echo "hello" > encrypted2\r
 cipher /e encrypted1 > nul\r
 cipher /e encrypted2 > nul\r
-call :do_test\r
+REM Use skip_dism_cmp=1 due to DISM bug where it fails to preserve short names:\r
+REM DIFFERENCE: in.dir\encrypted1 and out.dir\encrypted1 do not have the same short name (ENCRYP~1 vs. ENCRYP~2)\r
+REM DIFFERENCE: in.dir\encrypted2 and out.dir\encrypted2 do not have the same short name (ENCRYP~2 vs. ENCRYP~1)\r
+call :do_test_with_params 0 1\r
 \r
 call :msg "encrypted directory"\r
 md subdir\r