mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
tests: fix dd option in cache-single-options
This commit is contained in:
parent
d4de3cfa4d
commit
8c5fbd5fac
@ -58,7 +58,7 @@ mount_umount()
|
||||
|
||||
mount "$DM_DEV_DIR/$vg/$lvt" "$mount_dir"
|
||||
diff pattern1 "$mount_dir/pattern1"
|
||||
dd if="$mount_dir/zeros2M" of=/dev/null bs=1M count=2 conv=fdatasync
|
||||
dd if="$mount_dir/zeros2M" of=/dev/null bs=1M count=2
|
||||
umount "$mount_dir"
|
||||
|
||||
lvchange -an $vg/$lvt
|
||||
|
Loading…
x
Reference in New Issue
Block a user