From: Eric Biggers Date: Fri, 30 Jan 2015 00:46:30 +0000 (-0600) Subject: win32-test-imagex-capture_and_apply.bat: fixes X-Git-Tag: v1.8.0~32 X-Git-Url: https://wimlib.net/git/?a=commitdiff_plain;ds=sidebyside;h=6c970e72599c2439940cecdc88cd477559095c34;p=wimlib win32-test-imagex-capture_and_apply.bat: fixes --- diff --git a/tests/win32-test-imagex-capture_and_apply.bat b/tests/win32-test-imagex-capture_and_apply.bat index f18939de..78216703 100644 --- a/tests/win32-test-imagex-capture_and_apply.bat +++ b/tests/win32-test-imagex-capture_and_apply.bat @@ -322,13 +322,13 @@ call :do_test if %errorlevel% neq 0 exit /b %errorlevel% call :msg "hidden system directory" -echo 1 > subdir +md subdir attrib +h +s subdir call :do_test if %errorlevel% neq 0 exit /b %errorlevel% call :msg "hidden, readonly, system directory" -echo 1 > subdir +md subdir attrib +h +r +s subdir call :do_test if %errorlevel% neq 0 exit /b %errorlevel% @@ -380,10 +380,10 @@ if %errorlevel% neq 0 exit /b %errorlevel% call :msg "unencrypted file in encrypted directory in compressed directory" md 1 md 1\2 -compact /c 1 > /nul -cipher /e 1\2 > /nul +compact /c 1 > nul +cipher /e 1\2 > nul echo hello > 1\2\file -cipher /d 1\2\file > /nul +cipher /d 1\2\file > nul call :do_test if %errorlevel% neq 0 exit /b %errorlevel%