From a4bc341c7d09630eadfcfb61dae6adb246beecad Mon Sep 17 00:00:00 2001 From: Gilles Espinasse Date: Sun, 14 Oct 2012 15:52:55 +0200 Subject: [PATCH] tests: fix ipcs basic limit when bc is not available Skip basic limit test if bc is not available. That happen to be the case when building from sources, following LFS book Signed-off-by: Gilles Espinasse --- tests/ts/ipcs/limits2 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ts/ipcs/limits2 b/tests/ts/ipcs/limits2 index acb174912f..f99a35448f 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 -- 2.47.2