summaryrefslogtreecommitdiffstats
path: root/tests/ts
diff options
context:
space:
mode:
authorKarel Zak2014-04-23 12:34:24 +0200
committerKarel Zak2014-04-23 12:34:24 +0200
commite9c202cb4abe01c1444e54143d1638ce7eb5fe74 (patch)
tree6c7097971e023767ecf06e9fb7d545958b87bb21 /tests/ts
parenttests: update fdisk sun test (diff)
downloadkernel-qcow2-util-linux-e9c202cb4abe01c1444e54143d1638ce7eb5fe74.tar.gz
kernel-qcow2-util-linux-e9c202cb4abe01c1444e54143d1638ce7eb5fe74.tar.xz
kernel-qcow2-util-linux-e9c202cb4abe01c1444e54143d1638ce7eb5fe74.zip
tests: rely on ts_init_py only
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/ts')
-rwxr-xr-xtests/ts/libmount/tabfiles-py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ts/libmount/tabfiles-py b/tests/ts/libmount/tabfiles-py
index 89e4da249..c5ca1c563 100755
--- a/tests/ts/libmount/tabfiles-py
+++ b/tests/ts/libmount/tabfiles-py
@@ -12,8 +12,6 @@ ts_init_py libmount
PYDBG="$PYTHON -m pdb"
TESTPROG="$TS_HELPER_PYLIBMOUNT_TAB"
-$PYTHON -c 'import libmount' 2>/dev/null || ts_skip "pylibmount not compiled"
-
ts_init_subtest "parse-fstab"
$PYTHON $TESTPROG --parse "$TS_SELF/files/fstab" &> $TS_OUTPUT
sed -i -e 's/fs: 0x.*/fs:/g' $TS_OUTPUT