]> wimlib.net Git - wimlib/commitdiff
win32-test-imagex-capture_and_apply: re-enable more compatibility tests
authorEric Biggers <ebiggers3@gmail.com>
Sat, 22 Jul 2023 22:01:50 +0000 (15:01 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 22 Jul 2023 22:01:50 +0000 (15:01 -0700)
After the previous commit, these tests now pass.

tests/win32-test-imagex-capture_and_apply.bat

index 5bf170b1e02d11ad78a805f053ebc763580b941e..40eba4dedffdfe26cdbf75e913507b75bc82baf6 100644 (file)
@@ -289,26 +289,22 @@ call :do_test
 call :msg "directory with empty alternate data stream"\r
 md subdir\r
 type nul > subdir:ads\r
-REM Use skip_dism_apply=1 due to DISM bug\r
-call :do_test_with_params 1 0\r
+call :do_test\r
 \r
 call :msg "root directory with alternate data stream"\r
 echo 1 > ..\in.dir:ads\r
-REM Use skip_dism_apply=1 due to DISM bug\r
-call :do_test_with_params 1 0\r
+call :do_test\r
 \r
 call :msg "root directory with empty alternate data stream"\r
 type nul > ..\in.dir:ads\r
-REM Use skip_dism_apply=1 due to DISM bug\r
-call :do_test_with_params 1 0\r
+call :do_test\r
 \r
 call :msg "subdirectory with alternate data streams"\r
 md subdir\r
 echo 1 > subdir:1\r
 echo 2 > subdir:2\r
 echo 2 > subdir:2again\r
-REM Use skip_dism_apply=1 due to DISM bug\r
-call :do_test_with_params 1 0\r
+call :do_test\r
 \r
 call :msg "subdirectories and files with alternate data streams"\r
 md subdir\r
@@ -321,16 +317,14 @@ echo 1 > helloagain:1
 echo 8 > helloagain:8\r
 echo 1 > 1\r
 type nul > helloagain:dummy\r
-REM Use skip_dism_apply=1 due to DISM bug\r
-call :do_test_with_params 1 0\r
+call :do_test\r
 \r
 call :msg "symbolic link and hard link, to file with alternate data streams"\r
 echo 1 > 1\r
 echo test > .\1:test\r
 mklink symlink 1 > nul\r
 mklink /h hardlink 1 > nul\r
-REM Use skip_dism_apply=1 due to DISM bug\r
-call :do_test_with_params 1 0\r
+call :do_test\r
 \r
 call :msg "compressed file with alternate data streams"\r
 echo 1 > 1\r
@@ -373,8 +367,7 @@ call :msg "readonly directory with named data stream"
 md subdir\r
 echo foo > subdir:ads\r
 attrib +r subdir\r
-REM Use skip_dism_apply=1 due to DISM bug\r
-call :do_test_with_params 1 0\r
+call :do_test\r
 \r
 call :msg "encrypted file"\r
 echo "hello" > encrypted\r