From 92273ea17731cea40f8bc65496b792fbc8a6862a Mon Sep 17 00:00:00 2001 From: Gilles Espinasse Date: Sun, 14 Oct 2012 17:19:10 +0200 Subject: [PATCH] tests: skip ipcs limits overflow when bc is not available Found only this one while trying as-root tests Signed-off-by: Gilles Espinasse --- tests/ts/ipcs/limits | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ts/ipcs/limits b/tests/ts/ipcs/limits index ed6e084ce1..b44adb1c18 100755 --- a/tests/ts/ipcs/limits +++ b/tests/ts/ipcs/limits @@ -23,6 +23,7 @@ TS_DESC="limits overflow" ts_init "$*" ts_skip_nonroot +type bc >/dev/null 2>&1 || ts_skip "cannot find bc command" . $TS_SELF/functions.sh -- 2.47.2