summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2015-04-27 17:44:29 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2015-04-28 11:23:16 +0200
commita378e5a6dd3e8a2d8ccb69bb9f0acdd1e279b1dc (patch)
treef95186d72d2d2b1681e0c5f0ed8175c41dd3ecd5
parent0c1bda9b53d1935a6eadea579061c323366c8e61 (diff)
downloadlvm2-a378e5a6dd3e8a2d8ccb69bb9f0acdd1e279b1dc.tar.gz
tests: drop debug test
Remove 'debug leftover' from test.
-rw-r--r--test/shell/pvcreate-operation-md.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/shell/pvcreate-operation-md.sh b/test/shell/pvcreate-operation-md.sh
index 2bfb93734..810fc539a 100644
--- a/test/shell/pvcreate-operation-md.sh
+++ b/test/shell/pvcreate-operation-md.sh
@@ -75,7 +75,6 @@ EOF
test "$DM_DEV_DIR" != "/dev" && cp -LR "${mddev}p1" "$DM_DEV_DIR"
pvcreate --metadatasize 128k "${pvdev}p1"
- check sysfs "${pvdev}p1" alignment_offset 0
maj=$(($(stat -L --printf=0x%t "${mddev}p1")))
min=$(($(stat -L --printf=0x%T "${mddev}p1")))