]> sourceware.org Git - lvm2.git/commitdiff
tests: fix dd option in cache-single-options
authorDavid Teigland <teigland@redhat.com>
Thu, 8 Nov 2018 15:33:09 +0000 (09:33 -0600)
committerDavid Teigland <teigland@redhat.com>
Thu, 8 Nov 2018 15:33:09 +0000 (09:33 -0600)
test/shell/cache-single-options.sh

index 38d5a4ad38e30969db5bb2de16e2523602f29a58..4eb4d1c5f210401542b1aa05e76fdc0f33c4600c 100644 (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
This page took 0.037554 seconds and 5 git commands to generate.