summaryrefslogtreecommitdiffstats
path: root/tests/functions.sh
diff options
context:
space:
mode:
authorKarel Zak2010-05-03 11:20:52 +0200
committerKarel Zak2010-05-03 11:25:20 +0200
commite2f092d334d53fb4538d93fdab60cb538d043547 (patch)
tree56c75491432191830c8735167cbee66ec275af9c /tests/functions.sh
parentscript: optionally compile with libutempter to update utmp (diff)
downloadkernel-qcow2-util-linux-e2f092d334d53fb4538d93fdab60cb538d043547.tar.gz
kernel-qcow2-util-linux-e2f092d334d53fb4538d93fdab60cb538d043547.tar.xz
kernel-qcow2-util-linux-e2f092d334d53fb4538d93fdab60cb538d043547.zip
tests: add blkid tests for RAID1
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/functions.sh')
-rw-r--r--tests/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functions.sh b/tests/functions.sh
index bf93ef63a..d79c98088 100644
--- a/tests/functions.sh
+++ b/tests/functions.sh
@@ -261,7 +261,7 @@ function ts_image_init {
function ts_device_init {
local img=$(ts_image_init $1 $2)
- local dev=$($TS_CMD_LOSETUP -s -f "$img")
+ local dev=$($TS_CMD_LOSETUP --show -f "$img")
if [ -z "$dev" ]; then
ts_device_deinit $dev