Covert the BitLocker test images to sparse images

This commit is contained in:
Vojtěch Trefný
2019-11-22 14:55:04 +01:00
committed by Milan Broz
parent 64ebe95751
commit 2fbf5cd79f
2 changed files with 1 additions and 1 deletions

View File

@@ -75,7 +75,7 @@ function check_dump()
}
export LANG=C
[ ! -d $TST_DIR ] && tar xJf $srcdir/bitlk-images.tar.xz --no-same-owner
[ ! -d $TST_DIR ] && tar xJSf $srcdir/bitlk-images.tar.xz --no-same-owner
echo "HEADER CHECK"
for file in $(ls $TST_DIR/bitlk-*) ; do

Binary file not shown.