]> wimlib.net Git - wimlib/commitdiff
win32-test-imagex-capture_and_apply: re-enable some 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)
These tests are currently passing.

tests/win32-test-imagex-capture_and_apply.bat

index 8af2fa3f5a9e7165b639e93363dabffe10ab34f2..5bf170b1e02d11ad78a805f053ebc763580b941e 100644 (file)
@@ -176,16 +176,14 @@ call :do_test
 call :msg "reparse point with unnamed data stream"\r
 echo "test" > file\r
 %SET_REPARSE_POINT% file\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 "reparse point with unnamed data stream and named data streams"\r
 echo "test" > file\r
 echo 11 > file:a\r
 echo 1 > file:aa\r
 %SET_REPARSE_POINT% file\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 "empty reparse point"\r
 type nul > file\r
@@ -202,8 +200,7 @@ echo hello > file
 echo hello > file:ads1\r
 type nul > file:ads2\r
 %SET_REPARSE_POINT% file 0\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 "maximum length reparse point"\r
 type nul > file\r