diff options
author | Karel Zak | 2009-01-24 00:16:34 +0100 |
---|---|---|
committer | Karel Zak | 2009-02-11 23:35:24 +0100 |
commit | 70605edc5de3efd4e63c2e56f0cfa9a138f989fb (patch) | |
tree | 564dd24ec1b266ef12d3cb4b1b214e48f7fa8578 /tests | |
parent | blkid: add to reiser (diff) | |
download | kernel-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-x | tests/ts/blkid/low-probe | 1 |
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 |