From 6c970e72599c2439940cecdc88cd477559095c34 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 29 Jan 2015 18:46:30 -0600 Subject: [PATCH] win32-test-imagex-capture_and_apply.bat: fixes --- tests/win32-test-imagex-capture_and_apply.bat | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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% -- 2.43.0