From 8c5fbd5fac7de820f7b4106a070b993a1565c112 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Thu, 8 Nov 2018 09:33:09 -0600 Subject: [PATCH] tests: fix dd option in cache-single-options --- test/shell/cache-single-options.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.5