summaryrefslogtreecommitdiffstats
path: root/tests/ts/swapon
diff options
context:
space:
mode:
authorKarel Zak2009-12-04 20:30:16 +0100
committerKarel Zak2009-12-04 20:30:16 +0100
commit283a8c15988e65e6c4741c7d7739b969e7383203 (patch)
tree24aa452344ab7f1a85775090c60e523090f15aaf /tests/ts/swapon
parentbuild-sys: check for pkg-config before gtk-doc (diff)
downloadkernel-qcow2-util-linux-283a8c15988e65e6c4741c7d7739b969e7383203.tar.gz
kernel-qcow2-util-linux-283a8c15988e65e6c4741c7d7739b969e7383203.tar.xz
kernel-qcow2-util-linux-283a8c15988e65e6c4741c7d7739b969e7383203.zip
tests: remove vol_id from tests
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/ts/swapon')
-rwxr-xr-xtests/ts/swapon/label2
-rwxr-xr-xtests/ts/swapon/uuid2
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/ts/swapon/label b/tests/ts/swapon/label
index 5a5e2650d..ec0de66f3 100755
--- a/tests/ts/swapon/label
+++ b/tests/ts/swapon/label
@@ -34,8 +34,6 @@ $TS_CMD_MKSWAP -L $LABEL $DEVICE > /dev/null 2>> $TS_OUTPUT \
ts_device_has "LABEL" $LABEL $DEVICE \
|| ts_die "Cannot found LABEL '$LABEL' on $DEVICE" $DEVICE
-ts_udev_dev_support "by-label" $LABEL || ts_skip "udev ignores /dev/loop*" $DEVICE
-
LD_LIBRARY_PATH="$U_L_LIBRARY_PATH" \
$TS_CMD_SWAPON -L $LABEL 2>&1 >> $TS_OUTPUT
diff --git a/tests/ts/swapon/uuid b/tests/ts/swapon/uuid
index 373afd3cd..3c015d9e0 100755
--- a/tests/ts/swapon/uuid
+++ b/tests/ts/swapon/uuid
@@ -34,8 +34,6 @@ ts_device_has_uuid $DEVICE || ts_die "Cannot found UUID on $DEVICE" $DEVICE
UUID=$(ts_uuid_by_devname $DEVICE)
-ts_udev_dev_support "by-uuid" $UUID || ts_skip "udev ignores /dev/loop*" $DEVICE
-
LD_LIBRARY_PATH="$U_L_LIBRARY_PATH" \
$TS_CMD_SWAPON -U $UUID 2>&1 >> $TS_OUTPUT