aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps-x11
diff options
context:
space:
mode:
Diffstat (limited to 'test/apps-x11')
-rwxr-xr-xtest/apps-x11/chromium.exp2
-rwxr-xr-xtest/apps-x11/firefox.exp2
-rwxr-xr-xtest/apps-x11/thunderbird.exp2
-rwxr-xr-xtest/apps-x11/transmission-gtk.exp2
-rwxr-xr-xtest/apps-x11/x11-none.exp2
-rwxr-xr-xtest/apps-x11/x11-xephyr.exp4
-rwxr-xr-xtest/apps-x11/xterm-xephyr.exp2
-rwxr-xr-xtest/apps-x11/xterm-xorg.exp2
-rwxr-xr-xtest/apps-x11/xterm-xpra.exp2
9 files changed, 10 insertions, 10 deletions
diff --git a/test/apps-x11/chromium.exp b/test/apps-x11/chromium.exp
index 227ce66a1..059fd0ad7 100755
--- a/test/apps-x11/chromium.exp
+++ b/test/apps-x11/chromium.exp
@@ -32,7 +32,7 @@ expect {
32send -- "firejail --name=blablabla\r" 32send -- "firejail --name=blablabla\r"
33expect { 33expect {
34 timeout {puts "TESTING ERROR 4\n";exit} 34 timeout {puts "TESTING ERROR 4\n";exit}
35 "Child process initialized" 35 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
36} 36}
37sleep 2 37sleep 2
38 38
diff --git a/test/apps-x11/firefox.exp b/test/apps-x11/firefox.exp
index 7861187ed..ac177211d 100755
--- a/test/apps-x11/firefox.exp
+++ b/test/apps-x11/firefox.exp
@@ -36,7 +36,7 @@ expect {
36send -- "firejail --name=blablabla\r" 36send -- "firejail --name=blablabla\r"
37expect { 37expect {
38 timeout {puts "TESTING ERROR 4\n";exit} 38 timeout {puts "TESTING ERROR 4\n";exit}
39 "Child process initialized" 39 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
40} 40}
41sleep 2 41sleep 2
42 42
diff --git a/test/apps-x11/thunderbird.exp b/test/apps-x11/thunderbird.exp
index d9c4ca396..391dc52e3 100755
--- a/test/apps-x11/thunderbird.exp
+++ b/test/apps-x11/thunderbird.exp
@@ -33,7 +33,7 @@ expect {
33send -- "firejail --name=blablabla\r" 33send -- "firejail --name=blablabla\r"
34expect { 34expect {
35 timeout {puts "TESTING ERROR 4\n";exit} 35 timeout {puts "TESTING ERROR 4\n";exit}
36 "Child process initialized" 36 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
37} 37}
38sleep 2 38sleep 2
39 39
diff --git a/test/apps-x11/transmission-gtk.exp b/test/apps-x11/transmission-gtk.exp
index a87b76582..21bc4a8bc 100755
--- a/test/apps-x11/transmission-gtk.exp
+++ b/test/apps-x11/transmission-gtk.exp
@@ -33,7 +33,7 @@ expect {
33send -- "firejail --name=blablabla\r" 33send -- "firejail --name=blablabla\r"
34expect { 34expect {
35 timeout {puts "TESTING ERROR 4\n";exit} 35 timeout {puts "TESTING ERROR 4\n";exit}
36 "Child process initialized" 36 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
37} 37}
38sleep 2 38sleep 2
39 39
diff --git a/test/apps-x11/x11-none.exp b/test/apps-x11/x11-none.exp
index d2cc69c98..e6ff12f27 100755
--- a/test/apps-x11/x11-none.exp
+++ b/test/apps-x11/x11-none.exp
@@ -17,7 +17,7 @@ sleep 1
17send -- "firejail --name=test --net=none --x11=none\r" 17send -- "firejail --name=test --net=none --x11=none\r"
18expect { 18expect {
19 timeout {puts "TESTING ERROR 1\n";exit} 19 timeout {puts "TESTING ERROR 1\n";exit}
20 "Child process initialized" 20 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
21} 21}
22sleep 1 22sleep 1
23 23
diff --git a/test/apps-x11/x11-xephyr.exp b/test/apps-x11/x11-xephyr.exp
index e3c5f2742..f0090d713 100755
--- a/test/apps-x11/x11-xephyr.exp
+++ b/test/apps-x11/x11-xephyr.exp
@@ -10,7 +10,7 @@ match_max 100000
10send -- "firejail --name=test --x11=xephyr xterm\r" 10send -- "firejail --name=test --x11=xephyr xterm\r"
11expect { 11expect {
12 timeout {puts "TESTING ERROR 1\n";exit} 12 timeout {puts "TESTING ERROR 1\n";exit}
13 "Child process initialized" 13 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
14} 14}
15 15
16exit 16exit
@@ -28,7 +28,7 @@ sleep 1
28send -- "firejail --name=test --net=none --x11=none\r" 28send -- "firejail --name=test --net=none --x11=none\r"
29expect { 29expect {
30 timeout {puts "TESTING ERROR 1\n";exit} 30 timeout {puts "TESTING ERROR 1\n";exit}
31 "Child process initialized" 31 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
32} 32}
33sleep 1 33sleep 1
34 34
diff --git a/test/apps-x11/xterm-xephyr.exp b/test/apps-x11/xterm-xephyr.exp
index 0e2bc8fc4..3db6cf793 100755
--- a/test/apps-x11/xterm-xephyr.exp
+++ b/test/apps-x11/xterm-xephyr.exp
@@ -33,7 +33,7 @@ expect {
33send -- "firejail --name=blablabla\r" 33send -- "firejail --name=blablabla\r"
34expect { 34expect {
35 timeout {puts "TESTING ERROR 4\n";exit} 35 timeout {puts "TESTING ERROR 4\n";exit}
36 "Child process initialized" 36 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
37} 37}
38sleep 2 38sleep 2
39 39
diff --git a/test/apps-x11/xterm-xorg.exp b/test/apps-x11/xterm-xorg.exp
index 269ab35bf..409b39f40 100755
--- a/test/apps-x11/xterm-xorg.exp
+++ b/test/apps-x11/xterm-xorg.exp
@@ -33,7 +33,7 @@ expect {
33send -- "firejail --name=blablabla\r" 33send -- "firejail --name=blablabla\r"
34expect { 34expect {
35 timeout {puts "TESTING ERROR 4\n";exit} 35 timeout {puts "TESTING ERROR 4\n";exit}
36 "Child process initialized" 36 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
37} 37}
38sleep 2 38sleep 2
39 39
diff --git a/test/apps-x11/xterm-xpra.exp b/test/apps-x11/xterm-xpra.exp
index 187d408f4..4acf780ac 100755
--- a/test/apps-x11/xterm-xpra.exp
+++ b/test/apps-x11/xterm-xpra.exp
@@ -33,7 +33,7 @@ expect {
33send -- "firejail --name=blablabla\r" 33send -- "firejail --name=blablabla\r"
34expect { 34expect {
35 timeout {puts "TESTING ERROR 4\n";exit} 35 timeout {puts "TESTING ERROR 4\n";exit}
36 "Child process initialized" 36 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
37} 37}
38sleep 2 38sleep 2
39 39