aboutsummaryrefslogtreecommitdiffstats
path: root/test/root/private.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/root/private.exp')
-rwxr-xr-xtest/root/private.exp10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/root/private.exp b/test/root/private.exp
index edc2520a2..70d0218fa 100755
--- a/test/root/private.exp
+++ b/test/root/private.exp
@@ -10,7 +10,7 @@ match_max 100000
10send -- "firejail --private\r" 10send -- "firejail --private\r"
11expect { 11expect {
12 timeout {puts "TESTING ERROR 0\n";exit} 12 timeout {puts "TESTING ERROR 0\n";exit}
13 "Child process initialized" 13 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
14} 14}
15sleep 2 15sleep 2
16 16
@@ -42,7 +42,7 @@ after 100
42send -- "firejail --private-opt=firejail-test-file,firejail-test-dir --debug\r" 42send -- "firejail --private-opt=firejail-test-file,firejail-test-dir --debug\r"
43expect { 43expect {
44 timeout {puts "TESTING ERROR 3\n";exit} 44 timeout {puts "TESTING ERROR 3\n";exit}
45 "Child process initialized" 45 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
46} 46}
47sleep 1 47sleep 1
48 48
@@ -57,7 +57,7 @@ sleep 1
57send -- "firejail --whitelist=/opt/firejail-test-file --whitelist=/opt/firejail-test-dir --debug\r" 57send -- "firejail --whitelist=/opt/firejail-test-file --whitelist=/opt/firejail-test-dir --debug\r"
58expect { 58expect {
59 timeout {puts "TESTING ERROR 3.1\n";exit} 59 timeout {puts "TESTING ERROR 3.1\n";exit}
60 "Child process initialized" 60 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
61} 61}
62sleep 1 62sleep 1
63 63
@@ -80,7 +80,7 @@ after 100
80send -- "firejail --private-srv=firejail-test-file,firejail-test-dir --debug\r" 80send -- "firejail --private-srv=firejail-test-file,firejail-test-dir --debug\r"
81expect { 81expect {
82 timeout {puts "TESTING ERROR 5\n";exit} 82 timeout {puts "TESTING ERROR 5\n";exit}
83 "Child process initialized" 83 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
84} 84}
85sleep 1 85sleep 1
86 86
@@ -95,7 +95,7 @@ sleep 1
95send -- "firejail --whitelist=/srv/firejail-test-file --whitelist=/srv/firejail-test-dir --debug\r" 95send -- "firejail --whitelist=/srv/firejail-test-file --whitelist=/srv/firejail-test-dir --debug\r"
96expect { 96expect {
97 timeout {puts "TESTING ERROR 5.1\n";exit} 97 timeout {puts "TESTING ERROR 5.1\n";exit}
98 "Child process initialized" 98 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
99} 99}
100sleep 1 100sleep 1
101 101