aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-02-16 08:21:50 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-02-16 08:21:50 -0500
commit80bc00e40f289748a20aead43a9c441e9d01855a (patch)
treebf4625128e5e942a1400a36bb2fbeacaff811e9b /test
parentwusc: allow hyphenation (#5666) (diff)
downloadfirejail-80bc00e40f289748a20aead43a9c441e9d01855a.tar.gz
firejail-80bc00e40f289748a20aead43a9c441e9d01855a.tar.zst
firejail-80bc00e40f289748a20aead43a9c441e9d01855a.zip
merges, testing, private-etc
Diffstat (limited to 'test')
-rwxr-xr-xtest/environment/rlimit-join.exp4
1 files changed, 2 insertions, 2 deletions
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
8spawn $env(SHELL) 8spawn $env(SHELL)
9match_max 100000 9match_max 100000
10 10
11send -- "firejail --noprofile --name=\"rlimit testing\"\r" 11send -- "firejail --noprofile --name=\"rlimittesting\"\r"
12expect { 12expect {
13 timeout {puts "TESTING ERROR 0\n";exit} 13 timeout {puts "TESTING ERROR 0\n";exit}
14 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms" 14 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
@@ -16,7 +16,7 @@ expect {
16sleep 1 16sleep 1
17 17
18spawn $env(SHELL) 18spawn $env(SHELL)
19send -- "firejail --rlimit-nofile=1234 --join=\"rlimit testing\"\r" 19send -- "firejail --rlimit-nofile=1234 --join=\"rlimittesting\"\r"
20expect { 20expect {
21 timeout {puts "TESTING ERROR 1\n";exit} 21 timeout {puts "TESTING ERROR 1\n";exit}
22 "Switching to pid" 22 "Switching to pid"