summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKarel Zak2009-01-24 00:16:34 +0100
committerKarel Zak2009-02-11 23:35:24 +0100
commit70605edc5de3efd4e63c2e56f0cfa9a138f989fb (patch)
tree564dd24ec1b266ef12d3cb4b1b214e48f7fa8578 /tests
parentblkid: add to reiser (diff)
downloadkernel-qcow2-util-linux-70605edc5de3efd4e63c2e56f0cfa9a138f989fb.tar.gz
kernel-qcow2-util-linux-70605edc5de3efd4e63c2e56f0cfa9a138f989fb.tar.xz
kernel-qcow2-util-linux-70605edc5de3efd4e63c2e56f0cfa9a138f989fb.zip
blkid: add vol_id call to blkid regression test
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/ts/blkid/low-probe1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ts/blkid/low-probe b/tests/ts/blkid/low-probe
index cea84fdf0..afb9da472 100755
--- a/tests/ts/blkid/low-probe
+++ b/tests/ts/blkid/low-probe
@@ -32,6 +32,7 @@ for img in $(ls $TS_SELF/images/*.img.bz2 | sort); do
bunzip2 < $img > $outimg
+ #/lib/udev/vol_id $outimg | egrep -v '[[:alnum:]_]*=$' | sort > $TS_OUTPUT 2>&1
$TS_CMD_BLKID -p -o udev $outimg | sort > $TS_OUTPUT 2>&1
ts_finalize_subtest
done