diff options
author | Karel Zak <kzak@redhat.com> | 2010-12-07 00:16:07 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2011-01-03 12:28:47 +0100 |
commit | 37ef0439da961d001a3921cd2939311946fe64a9 (patch) | |
tree | ab4b53f8287c8fbe9dc5dbff3fae10b824237c75 /tests | |
parent | 8b95253ff0f99b0d94b32bd663f5a54f732b0034 (diff) | |
download | util-linux-old-37ef0439da961d001a3921cd2939311946fe64a9.tar.gz |
build-sys: add --enable-libmount-mount
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/ts/mount/mtablock | 4 |
1 files changed, 4 insertions, 0 deletions
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 |