1779539945
This commit is contained in:
@@ -41,10 +41,10 @@ echo "anonymous namespaces=\"$signature_tag\" $(cat "${key_path}.pub")" > "$out_
|
||||
checkcode $?
|
||||
|
||||
printf "random: adding 1/2 random blocks of data to inner archive"
|
||||
dd if=/dev/urandom of="$inner_dir/.$RANDOM" bs=1M count=1 > /dev/null 2>&1
|
||||
dd if=/dev/urandom of="$inner_dir/.$RANDOM" bs=1K count=10 > /dev/null 2>&1
|
||||
checkcode $?
|
||||
printf "random: adding 2/3 random blocks of data to outer archive"
|
||||
dd if=/dev/urandom of="$out_dir/.$RANDOM" bs=1M count=1 > /dev/null 2>&1
|
||||
dd if=/dev/urandom of="$out_dir/.$RANDOM" bs=1K count=10 > /dev/null 2>&1
|
||||
checkcode $?
|
||||
|
||||
printf "7z: compressing inner volume"
|
||||
|
||||
Reference in New Issue
Block a user