From 7bb4897b9fb16b5d1d72ec926c6d376885e087f5 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Tue, 16 Dec 2008 20:02:52 +0000 Subject: [PATCH] Remove status=noxfer from test, not all dd versions support this (RHEL4 for example). --- test/t-pvcreate-operation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/t-pvcreate-operation.sh b/test/t-pvcreate-operation.sh index f53529386..2affcfc99 100755 --- a/test/t-pvcreate-operation.sh +++ b/test/t-pvcreate-operation.sh @@ -82,7 +82,7 @@ for i in 0 1 2 3 do # pvcreate (lvm2) succeeds writing LVM label at sector $i pvcreate --labelsector $i $dev1 - dd if=$dev1 bs=512 skip=$i count=1 status=noxfer 2>&1 | strings | grep -q LABELONE; + dd if=$dev1 bs=512 skip=$i count=1 2>/dev/null | strings | grep -q LABELONE; pvremove -f $dev1 done -- 2.43.5