From 37ef0439da961d001a3921cd2939311946fe64a9 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 7 Dec 2010 00:16:07 +0100 Subject: build-sys: add --enable-libmount-mount Signed-off-by: Karel Zak --- tests/ts/mount/mtablock | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/ts/mount/mtablock b/tests/ts/mount/mtablock index 068b67c1..b9f710ef 100755 --- a/tests/ts/mount/mtablock +++ b/tests/ts/mount/mtablock @@ -22,6 +22,10 @@ TS_DESC="mtab lock" ts_init "$*" ts_skip_nonroot +if [ ! -x "$TS_CMD_MTABLOCK" ]; then + ts_slip "not compiled" +fi + # # Be careful with number of processes. Don't forget that there is time limit # when the mount waits on the mtab lock. If you define too much processes some -- cgit v1.2.3