Signed-off-by: Gilles Espinasse <g.esp@xxxxxxx> Skip basic limit test if bc is not available. That happen to be the case when building from sources, following LFS book --- tests/ts/ipcs/limits2 | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tests/ts/ipcs/limits2 b/tests/ts/ipcs/limits2 index acb1749..f99a354 100755 --- a/tests/ts/ipcs/limits2 +++ b/tests/ts/ipcs/limits2 @@ -21,6 +21,7 @@ TS_DESC="basic limits" . $TS_TOPDIR/functions.sh ts_init "$*" +type bc >/dev/null 2>&1 || ts_skip "cannot find bc command" . $TS_SELF/functions.sh -- 1.7.2.5 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html