From 0cd0dbd2493f70bc8159bc1b32ddce767a33ebd1 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 16 Mar 2009 14:03:03 +0100 Subject: [PATCH] tests: disable blkid tests when blkid(8) is not compiled Signed-off-by: Karel Zak --- tests/ts/blkid/low-probe | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/ts/blkid/low-probe b/tests/ts/blkid/low-probe index 4018c81d..38afe525 100755 --- a/tests/ts/blkid/low-probe +++ b/tests/ts/blkid/low-probe @@ -22,6 +22,11 @@ TS_DESC="low-probe" . $TS_TOPDIR/functions.sh ts_init "$*" + +if [ ! -x "$TS_CMD_BLKID" ]; then + ts_skip "blkid disabled" +fi + mkdir -p $TS_OUTDIR/images for img in $(ls $TS_SELF/images/*.img.bz2 | sort); do -- 2.39.5