From 45480f36de7a5d0965912039d406534e2b80d4a0 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Fri, 14 Aug 2020 11:12:49 +0200 Subject: tests: fix rlimit test for 32bit archs On 32bit architectures like armhf, the output was "unlimited" instead of the expected value. --- test/environment/rlimit.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/environment/rlimit.profile') diff --git a/test/environment/rlimit.profile b/test/environment/rlimit.profile index a569edc6d..2f1134e6c 100644 --- a/test/environment/rlimit.profile +++ b/test/environment/rlimit.profile @@ -2,4 +2,4 @@ rlimit-fsize 1024 rlimit-nproc 1000 rlimit-nofile 500 rlimit-sigpending 200 -rlimit-as 123456789012 +rlimit-as 1234567890 -- cgit v1.2.3-70-g09d2