X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=tests%2Fwin32-test-imagex-capture_and_apply.bat;fp=tests%2Fwin32-test-imagex-capture_and_apply.bat;h=f18939de7c4cc1d66030dc2d54272699f95bb6c0;hb=3bbe0bf2d7235584e1df11f21043338b18a5753e;hp=0434893bf16c26ad0d53ac33eb81bedb430c7b4c;hpb=5160ef1283a971f7d166bfa434c0f4443d6f6f9a;p=wimlib diff --git a/tests/win32-test-imagex-capture_and_apply.bat b/tests/win32-test-imagex-capture_and_apply.bat index 0434893b..f18939de 100644 --- a/tests/win32-test-imagex-capture_and_apply.bat +++ b/tests/win32-test-imagex-capture_and_apply.bat @@ -242,6 +242,18 @@ echo aaa > file2:aaa call :do_test if %errorlevel% neq 0 exit /b %errorlevel% +call :msg "file with empty alternate data stream" +echo 1 > file +type nul > file:ads +call :do_test +if %errorlevel% neq 0 exit /b %errorlevel% + +call :msg "directory with empty alternate data stream" +md subdir +type nul > subdir:ads +call :do_test +if %errorlevel% neq 0 exit /b %errorlevel% + call :msg "root directory with alternate data stream" echo 1 > ..\in.dir:ads call :do_test