1
0
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:
David Teigland 2018-11-08 09:33:09 -06:00
parent d4de3cfa4d
commit 8c5fbd5fac

View File

@ -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