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:
parent
224e30a4b1
commit
75aa3e951f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user