From 31b6a04e4c1e851dc9d51c42a6cb54a82afeb4b4 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Wed, 11 Sep 2019 13:55:47 -0500 Subject: [PATCH] tests: open-file-limit skip without prlimit --- test/shell/open-file-limit.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/shell/open-file-limit.sh b/test/shell/open-file-limit.sh index 87b0f7e17..6bd632de2 100644 --- a/test/shell/open-file-limit.sh +++ b/test/shell/open-file-limit.sh @@ -16,6 +16,8 @@ SKIP_WITH_LVMLOCKD=1 . lib/inittest +prlimit -h || skip + aux lvmconf 'devices/pv_min_size = 1024' aux prepare_devs 200 1 -- 2.43.5