1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

tests: dd needs to fail in this case

This commit is contained in:
Zdenek Kabelac 2015-05-03 01:06:20 +02:00
parent 224e30a4b1
commit 75aa3e951f

View File

@ -32,7 +32,7 @@ mkdir "$mntdir"
mount "$DM_DEV_DIR/mapper/$vg-snap" "$mntdir"
mount
cat /proc/mounts | grep "$mntdir"
dd if=/dev/zero of="$mntdir/file$1" bs=1M count=5 oflag=direct
not dd if=/dev/zero of="$mntdir/file$1" bs=1M count=5 oflag=direct
#dmeventd only checks every 10 seconds :(
for i in {1..10}; do