All of lore.kernel.org
 help / color / mirror / Atom feed
* master - tests: dd needs to fail in this case
@ 2015-05-02 23:06 Zdenek Kabelac
  0 siblings, 0 replies; only message in thread
From: Zdenek Kabelac @ 2015-05-02 23:06 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=75aa3e951f2e22a790fe2425f3b3ef71f292be2e
Commit:        75aa3e951f2e22a790fe2425f3b3ef71f292be2e
Parent:        224e30a4b18e66f3c269ed97a1ab14229d3e7ec7
Author:        Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate:    Sun May 3 01:06:20 2015 +0200
Committer:     Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Sun May 3 01:06:20 2015 +0200

tests: dd needs to fail in this case

---
 test/shell/snapshot-autoumount-dmeventd.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/shell/snapshot-autoumount-dmeventd.sh b/test/shell/snapshot-autoumount-dmeventd.sh
index db4062e..e059684 100644
--- a/test/shell/snapshot-autoumount-dmeventd.sh
+++ b/test/shell/snapshot-autoumount-dmeventd.sh
@@ -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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-02 23:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-02 23:06 master - tests: dd needs to fail in this case Zdenek Kabelac

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.