From: Gilles Espinasse Date: Sun, 14 Oct 2012 15:19:10 +0000 (+0200) Subject: tests: skip ipcs limits overflow when bc is not available X-Git-Tag: v2.23-rc1~618 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92273ea17731cea40f8bc65496b792fbc8a6862a;p=thirdparty%2Futil-linux.git tests: skip ipcs limits overflow when bc is not available Found only this one while trying as-root tests Signed-off-by: Gilles Espinasse --- 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