From 5ee09312da788ebd91184c2be0591da32fbf8e41 Mon Sep 17 00:00:00 2001 From: startx2017 Date: Sun, 15 Oct 2017 09:00:31 -0400 Subject: merge --rlimit-as --- test/environment/rlimit.exp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'test/environment/rlimit.exp') diff --git a/test/environment/rlimit.exp b/test/environment/rlimit.exp index ecbe2a3b7..38cdc3eea 100755 --- a/test/environment/rlimit.exp +++ b/test/environment/rlimit.exp @@ -5,7 +5,7 @@ cd /home spawn $env(SHELL) match_max 100000 -send -- "firejail --rlimit-fsize=1024 --rlimit-nproc=1000 --rlimit-nofile=500 --rlimit-sigpending=200\r" +send -- "firejail --rlimit-fsize=1024 --rlimit-nproc=1000 --rlimit-nofile=500 --rlimit-sigpending=200 --rlimit-as=123456789012\r" expect { timeout {puts "TESTING ERROR 0\n";exit} "Child process initialized" @@ -27,10 +27,14 @@ expect { } expect { timeout {puts "TESTING ERROR 1.4\n";exit} - "Max pending signals 200 200" + "Max address space 123456789012 123456789012" } expect { timeout {puts "TESTING ERROR 1.5\n";exit} + "Max pending signals 200 200" +} +expect { + timeout {puts "TESTING ERROR 1.6\n";exit} "home" } after 100 -- cgit v1.2.3-70-g09d2