summaryrefslogtreecommitdiffstats
path: root/tests/ts/libmount
diff options
context:
space:
mode:
authorKarel Zak2016-03-14 13:24:54 +0100
committerKarel Zak2016-03-14 13:24:54 +0100
commit0bb5d3a043c0aba2f0b755349c971a928632f813 (patch)
tree425dca7a82b71034573cbba5b81f1e4840e31234 /tests/ts/libmount
parentsulogin: fix sigset_t initialization (diff)
downloadkernel-qcow2-util-linux-0bb5d3a043c0aba2f0b755349c971a928632f813.tar.gz
kernel-qcow2-util-linux-0bb5d3a043c0aba2f0b755349c971a928632f813.tar.xz
kernel-qcow2-util-linux-0bb5d3a043c0aba2f0b755349c971a928632f813.zip
tests: make libmount/lock optional
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/ts/libmount')
-rwxr-xr-xtests/ts/libmount/lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ts/libmount/lock b/tests/ts/libmount/lock
index 26f001544..f8caeb506 100755
--- a/tests/ts/libmount/lock
+++ b/tests/ts/libmount/lock
@@ -5,6 +5,8 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="lock"
+TS_OPTIONAL="yes"
+
. $TS_TOPDIR/functions.sh
ts_init "$*"