From 80bc00e40f289748a20aead43a9c441e9d01855a Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 16 Feb 2023 08:21:50 -0500 Subject: merges, testing, private-etc --- test/environment/rlimit-join.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/environment') diff --git a/test/environment/rlimit-join.exp b/test/environment/rlimit-join.exp index 903377e11..c71dad27e 100755 --- a/test/environment/rlimit-join.exp +++ b/test/environment/rlimit-join.exp @@ -8,7 +8,7 @@ cd /home spawn $env(SHELL) match_max 100000 -send -- "firejail --noprofile --name=\"rlimit testing\"\r" +send -- "firejail --noprofile --name=\"rlimittesting\"\r" expect { timeout {puts "TESTING ERROR 0\n";exit} -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms" @@ -16,7 +16,7 @@ expect { sleep 1 spawn $env(SHELL) -send -- "firejail --rlimit-nofile=1234 --join=\"rlimit testing\"\r" +send -- "firejail --rlimit-nofile=1234 --join=\"rlimittesting\"\r" expect { timeout {puts "TESTING ERROR 1\n";exit} "Switching to pid" -- cgit v1.2.3-54-g00ecf