From: David Teigland Date: Thu, 8 Nov 2018 15:33:09 +0000 (-0600) Subject: tests: fix dd option in cache-single-options X-Git-Tag: v2_03_03~350 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=8c5fbd5fac7de820f7b4106a070b993a1565c112;p=lvm2.git tests: fix dd option in cache-single-options --- diff --git a/test/shell/cache-single-options.sh b/test/shell/cache-single-options.sh index 38d5a4ad3..4eb4d1c5f 100644 --- a/test/shell/cache-single-options.sh +++ b/test/shell/cache-single-options.sh @@ -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