aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps
diff options
context:
space:
mode:
Diffstat (limited to 'test/apps')
-rwxr-xr-xtest/apps/chromium.exp4
-rwxr-xr-xtest/apps/deluge.exp4
-rwxr-xr-xtest/apps/fbreader.exp4
-rwxr-xr-xtest/apps/filezilla.exp4
-rwxr-xr-xtest/apps/firefox.exp4
-rwxr-xr-xtest/apps/gnome-mplayer.exp4
-rwxr-xr-xtest/apps/gthumb.exp4
-rwxr-xr-xtest/apps/hexchat.exp4
-rwxr-xr-xtest/apps/kcalc.exp4
-rwxr-xr-xtest/apps/ktorrent.exp4
-rwxr-xr-xtest/apps/midori.exp4
-rwxr-xr-xtest/apps/opera.exp4
-rwxr-xr-xtest/apps/qbittorrent.exp4
-rwxr-xr-xtest/apps/thunderbird.exp4
-rwxr-xr-xtest/apps/transmission-qt.exp4
-rwxr-xr-xtest/apps/uget-gtk.exp4
-rwxr-xr-xtest/apps/vlc.exp4
-rwxr-xr-xtest/apps/wine.exp2
-rwxr-xr-xtest/apps/xchat.exp4
19 files changed, 37 insertions, 37 deletions
diff --git a/test/apps/chromium.exp b/test/apps/chromium.exp
index 0248f9d88..4e036dee9 100755
--- a/test/apps/chromium.exp
+++ b/test/apps/chromium.exp
@@ -14,7 +14,7 @@ expect {
14} 14}
15expect { 15expect {
16 timeout {puts "TESTING ERROR 1\n";exit} 16 timeout {puts "TESTING ERROR 1\n";exit}
17 "Child process initialized" 17 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
18} 18}
19sleep 10 19sleep 10
20 20
@@ -41,7 +41,7 @@ expect {
41send -- "firejail --name=blablabla\r" 41send -- "firejail --name=blablabla\r"
42expect { 42expect {
43 timeout {puts "TESTING ERROR 4\n";exit} 43 timeout {puts "TESTING ERROR 4\n";exit}
44 "Child process initialized" 44 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
45} 45}
46sleep 2 46sleep 2
47 47
diff --git a/test/apps/deluge.exp b/test/apps/deluge.exp
index efe964b75..5df35fce4 100755
--- a/test/apps/deluge.exp
+++ b/test/apps/deluge.exp
@@ -14,7 +14,7 @@ expect {
14} 14}
15expect { 15expect {
16 timeout {puts "TESTING ERROR 1\n";exit} 16 timeout {puts "TESTING ERROR 1\n";exit}
17 "Child process initialized" 17 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
18} 18}
19sleep 10 19sleep 10
20 20
@@ -41,7 +41,7 @@ expect {
41send -- "firejail --name=blablabla\r" 41send -- "firejail --name=blablabla\r"
42expect { 42expect {
43 timeout {puts "TESTING ERROR 4\n";exit} 43 timeout {puts "TESTING ERROR 4\n";exit}
44 "Child process initialized" 44 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
45} 45}
46sleep 2 46sleep 2
47 47
diff --git a/test/apps/fbreader.exp b/test/apps/fbreader.exp
index 1d5c6df79..ebb21bcf2 100755
--- a/test/apps/fbreader.exp
+++ b/test/apps/fbreader.exp
@@ -14,7 +14,7 @@ expect {
14} 14}
15expect { 15expect {
16 timeout {puts "TESTING ERROR 1\n";exit} 16 timeout {puts "TESTING ERROR 1\n";exit}
17 "Child process initialized" 17 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
18} 18}
19sleep 3 19sleep 3
20 20
@@ -41,7 +41,7 @@ expect {
41send -- "firejail --name=blablabla\r" 41send -- "firejail --name=blablabla\r"
42expect { 42expect {
43 timeout {puts "TESTING ERROR 4\n";exit} 43 timeout {puts "TESTING ERROR 4\n";exit}
44 "Child process initialized" 44 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
45} 45}
46sleep 2 46sleep 2
47 47
diff --git a/test/apps/filezilla.exp b/test/apps/filezilla.exp
index b1397278c..397904860 100755
--- a/test/apps/filezilla.exp
+++ b/test/apps/filezilla.exp
@@ -14,7 +14,7 @@ expect {
14} 14}
15expect { 15expect {
16 timeout {puts "TESTING ERROR 1\n";exit} 16 timeout {puts "TESTING ERROR 1\n";exit}
17 "Child process initialized" 17 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
18} 18}
19sleep 3 19sleep 3
20 20
@@ -41,7 +41,7 @@ expect {
41send -- "firejail --name=blablabla\r" 41send -- "firejail --name=blablabla\r"
42expect { 42expect {
43 timeout {puts "TESTING ERROR 4\n";exit} 43 timeout {puts "TESTING ERROR 4\n";exit}
44 "Child process initialized" 44 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
45} 45}
46sleep 2 46sleep 2
47 47
diff --git a/test/apps/firefox.exp b/test/apps/firefox.exp
index 706e97e18..f09c76b5d 100755
--- a/test/apps/firefox.exp
+++ b/test/apps/firefox.exp
@@ -14,7 +14,7 @@ expect {
14} 14}
15expect { 15expect {
16 timeout {puts "TESTING ERROR 1\n";exit} 16 timeout {puts "TESTING ERROR 1\n";exit}
17 "Child process initialized" 17 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
18} 18}
19sleep 10 19sleep 10
20 20
@@ -47,7 +47,7 @@ expect {
47send -- "firejail --name=blablabla\r" 47send -- "firejail --name=blablabla\r"
48expect { 48expect {
49 timeout {puts "TESTING ERROR 4\n";exit} 49 timeout {puts "TESTING ERROR 4\n";exit}
50 "Child process initialized" 50 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
51} 51}
52sleep 2 52sleep 2
53 53
diff --git a/test/apps/gnome-mplayer.exp b/test/apps/gnome-mplayer.exp
index 64530e957..4d7ccff81 100755
--- a/test/apps/gnome-mplayer.exp
+++ b/test/apps/gnome-mplayer.exp
@@ -14,7 +14,7 @@ expect {
14} 14}
15expect { 15expect {
16 timeout {puts "TESTING ERROR 1\n";exit} 16 timeout {puts "TESTING ERROR 1\n";exit}
17 "Child process initialized" 17 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
18} 18}
19sleep 5 19sleep 5
20 20
@@ -41,7 +41,7 @@ expect {
41send -- "firejail --name=blablabla\r" 41send -- "firejail --name=blablabla\r"
42expect { 42expect {
43 timeout {puts "TESTING ERROR 4\n";exit} 43 timeout {puts "TESTING ERROR 4\n";exit}
44 "Child process initialized" 44 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
45} 45}
46sleep 2 46sleep 2
47 47
diff --git a/test/apps/gthumb.exp b/test/apps/gthumb.exp
index 4a381677f..0da1572b2 100755
--- a/test/apps/gthumb.exp
+++ b/test/apps/gthumb.exp
@@ -14,7 +14,7 @@ expect {
14} 14}
15expect { 15expect {
16 timeout {puts "TESTING ERROR 1\n";exit} 16 timeout {puts "TESTING ERROR 1\n";exit}
17 "Child process initialized" 17 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
18} 18}
19sleep 3 19sleep 3
20 20
@@ -41,7 +41,7 @@ expect {
41send -- "firejail --name=blablabla\r" 41send -- "firejail --name=blablabla\r"
42expect { 42expect {
43 timeout {puts "TESTING ERROR 4\n";exit} 43 timeout {puts "TESTING ERROR 4\n";exit}
44 "Child process initialized" 44 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
45} 45}
46sleep 2 46sleep 2
47 47
diff --git a/test/apps/hexchat.exp b/test/apps/hexchat.exp
index 20d8dbd0f..8ed823dd5 100755
--- a/test/apps/hexchat.exp
+++ b/test/apps/hexchat.exp
@@ -14,7 +14,7 @@ expect {
14} 14}
15expect { 15expect {
16 timeout {puts "TESTING ERROR 1\n";exit} 16 timeout {puts "TESTING ERROR 1\n";exit}
17 "Child process initialized" 17 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
18} 18}
19sleep 3 19sleep 3
20 20
@@ -41,7 +41,7 @@ expect {
41send -- "firejail --name=blablabla\r" 41send -- "firejail --name=blablabla\r"
42expect { 42expect {
43 timeout {puts "TESTING ERROR 4\n";exit} 43 timeout {puts "TESTING ERROR 4\n";exit}
44 "Child process initialized" 44 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
45} 45}
46sleep 2 46sleep 2
47 47
diff --git a/test/apps/kcalc.exp b/test/apps/kcalc.exp
index 6c2769b8f..d7251eec1 100755
--- a/test/apps/kcalc.exp
+++ b/test/apps/kcalc.exp
@@ -14,7 +14,7 @@ expect {
14} 14}
15expect { 15expect {
16 timeout {puts "TESTING ERROR 1\n";exit} 16 timeout {puts "TESTING ERROR 1\n";exit}
17 "Child process initialized" 17 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
18} 18}
19sleep 3 19sleep 3
20 20
@@ -41,7 +41,7 @@ expect {
41send -- "firejail --name=blablabla\r" 41send -- "firejail --name=blablabla\r"
42expect { 42expect {
43 timeout {puts "TESTING ERROR 4\n";exit} 43 timeout {puts "TESTING ERROR 4\n";exit}
44 "Child process initialized" 44 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
45} 45}
46sleep 2 46sleep 2
47 47
diff --git a/test/apps/ktorrent.exp b/test/apps/ktorrent.exp
index 98f51dcd5..efa3f1d08 100755
--- a/test/apps/ktorrent.exp
+++ b/test/apps/ktorrent.exp
@@ -14,7 +14,7 @@ expect {
14} 14}
15expect { 15expect {
16 timeout {puts "TESTING ERROR 1\n";exit} 16 timeout {puts "TESTING ERROR 1\n";exit}
17 "Child process initialized" 17 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
18} 18}
19sleep 3 19sleep 3
20 20
@@ -41,7 +41,7 @@ expect {
41send -- "firejail --name=blablabla\r" 41send -- "firejail --name=blablabla\r"
42expect { 42expect {
43 timeout {puts "TESTING ERROR 4\n";exit} 43 timeout {puts "TESTING ERROR 4\n";exit}
44 "Child process initialized" 44 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
45} 45}
46sleep 2 46sleep 2
47 47
diff --git a/test/apps/midori.exp b/test/apps/midori.exp
index 1c6ac59a2..431b43f8d 100755
--- a/test/apps/midori.exp
+++ b/test/apps/midori.exp
@@ -14,7 +14,7 @@ expect {
14} 14}
15expect { 15expect {
16 timeout {puts "TESTING ERROR 1\n";exit} 16 timeout {puts "TESTING ERROR 1\n";exit}
17 "Child process initialized" 17 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
18} 18}
19sleep 5 19sleep 5
20 20
@@ -41,7 +41,7 @@ expect {
41send -- "firejail --name=blablabla\r" 41send -- "firejail --name=blablabla\r"
42expect { 42expect {
43 timeout {puts "TESTING ERROR 4\n";exit} 43 timeout {puts "TESTING ERROR 4\n";exit}
44 "Child process initialized" 44 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
45} 45}
46sleep 2 46sleep 2
47 47
diff --git a/test/apps/opera.exp b/test/apps/opera.exp
index 40520f9f5..b0d1f3b9d 100755
--- a/test/apps/opera.exp
+++ b/test/apps/opera.exp
@@ -14,7 +14,7 @@ expect {
14} 14}
15expect { 15expect {
16 timeout {puts "TESTING ERROR 1\n";exit} 16 timeout {puts "TESTING ERROR 1\n";exit}
17 "Child process initialized" 17 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
18} 18}
19sleep 10 19sleep 10
20 20
@@ -41,7 +41,7 @@ expect {
41send -- "firejail --name=blablabla\r" 41send -- "firejail --name=blablabla\r"
42expect { 42expect {
43 timeout {puts "TESTING ERROR 4\n";exit} 43 timeout {puts "TESTING ERROR 4\n";exit}
44 "Child process initialized" 44 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
45} 45}
46sleep 2 46sleep 2
47 47
diff --git a/test/apps/qbittorrent.exp b/test/apps/qbittorrent.exp
index 32d35997b..842e47986 100755
--- a/test/apps/qbittorrent.exp
+++ b/test/apps/qbittorrent.exp
@@ -14,7 +14,7 @@ expect {
14} 14}
15expect { 15expect {
16 timeout {puts "TESTING ERROR 1\n";exit} 16 timeout {puts "TESTING ERROR 1\n";exit}
17 "Child process initialized" 17 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
18} 18}
19sleep 3 19sleep 3
20 20
@@ -41,7 +41,7 @@ expect {
41send -- "firejail --name=blablabla\r" 41send -- "firejail --name=blablabla\r"
42expect { 42expect {
43 timeout {puts "TESTING ERROR 4\n";exit} 43 timeout {puts "TESTING ERROR 4\n";exit}
44 "Child process initialized" 44 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
45} 45}
46sleep 2 46sleep 2
47 47
diff --git a/test/apps/thunderbird.exp b/test/apps/thunderbird.exp
index ba7b3abee..2b93835b6 100755
--- a/test/apps/thunderbird.exp
+++ b/test/apps/thunderbird.exp
@@ -14,7 +14,7 @@ expect {
14} 14}
15expect { 15expect {
16 timeout {puts "TESTING ERROR 1\n";exit} 16 timeout {puts "TESTING ERROR 1\n";exit}
17 "Child process initialized" 17 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
18} 18}
19sleep 5 19sleep 5
20 20
@@ -41,7 +41,7 @@ expect {
41send -- "firejail --name=blablabla\r" 41send -- "firejail --name=blablabla\r"
42expect { 42expect {
43 timeout {puts "TESTING ERROR 4\n";exit} 43 timeout {puts "TESTING ERROR 4\n";exit}
44 "Child process initialized" 44 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
45} 45}
46sleep 2 46sleep 2
47 47
diff --git a/test/apps/transmission-qt.exp b/test/apps/transmission-qt.exp
index 18bd6c469..90b0ef4ac 100755
--- a/test/apps/transmission-qt.exp
+++ b/test/apps/transmission-qt.exp
@@ -14,7 +14,7 @@ expect {
14} 14}
15expect { 15expect {
16 timeout {puts "TESTING ERROR 1\n";exit} 16 timeout {puts "TESTING ERROR 1\n";exit}
17 "Child process initialized" 17 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
18} 18}
19sleep 3 19sleep 3
20 20
@@ -41,7 +41,7 @@ expect {
41send -- "firejail --name=blablabla\r" 41send -- "firejail --name=blablabla\r"
42expect { 42expect {
43 timeout {puts "TESTING ERROR 4\n";exit} 43 timeout {puts "TESTING ERROR 4\n";exit}
44 "Child process initialized" 44 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
45} 45}
46sleep 2 46sleep 2
47 47
diff --git a/test/apps/uget-gtk.exp b/test/apps/uget-gtk.exp
index 6ba56d193..21b859ee2 100755
--- a/test/apps/uget-gtk.exp
+++ b/test/apps/uget-gtk.exp
@@ -14,7 +14,7 @@ expect {
14} 14}
15expect { 15expect {
16 timeout {puts "TESTING ERROR 1\n";exit} 16 timeout {puts "TESTING ERROR 1\n";exit}
17 "Child process initialized" 17 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
18} 18}
19sleep 3 19sleep 3
20 20
@@ -41,7 +41,7 @@ expect {
41send -- "firejail --name=blablabla\r" 41send -- "firejail --name=blablabla\r"
42expect { 42expect {
43 timeout {puts "TESTING ERROR 4\n";exit} 43 timeout {puts "TESTING ERROR 4\n";exit}
44 "Child process initialized" 44 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
45} 45}
46sleep 2 46sleep 2
47 47
diff --git a/test/apps/vlc.exp b/test/apps/vlc.exp
index 6114c2ee4..a0aed9cc9 100755
--- a/test/apps/vlc.exp
+++ b/test/apps/vlc.exp
@@ -14,7 +14,7 @@ expect {
14} 14}
15expect { 15expect {
16 timeout {puts "TESTING ERROR 1\n";exit} 16 timeout {puts "TESTING ERROR 1\n";exit}
17 "Child process initialized" 17 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
18} 18}
19sleep 3 19sleep 3
20 20
@@ -41,7 +41,7 @@ expect {
41send -- "firejail --name=blablabla\r" 41send -- "firejail --name=blablabla\r"
42expect { 42expect {
43 timeout {puts "TESTING ERROR 4\n";exit} 43 timeout {puts "TESTING ERROR 4\n";exit}
44 "Child process initialized" 44 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
45} 45}
46sleep 2 46sleep 2
47 47
diff --git a/test/apps/wine.exp b/test/apps/wine.exp
index 58f2adcb6..e2a08089f 100755
--- a/test/apps/wine.exp
+++ b/test/apps/wine.exp
@@ -14,7 +14,7 @@ expect {
14} 14}
15expect { 15expect {
16 timeout {puts "TESTING ERROR 1\n";exit} 16 timeout {puts "TESTING ERROR 1\n";exit}
17 "Child process initialized" 17 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
18} 18}
19expect { 19expect {
20 timeout {puts "TESTING ERROR 2\n";exit} 20 timeout {puts "TESTING ERROR 2\n";exit}
diff --git a/test/apps/xchat.exp b/test/apps/xchat.exp
index f5e0b545b..ca17f44e4 100755
--- a/test/apps/xchat.exp
+++ b/test/apps/xchat.exp
@@ -14,7 +14,7 @@ expect {
14} 14}
15expect { 15expect {
16 timeout {puts "TESTING ERROR 1\n";exit} 16 timeout {puts "TESTING ERROR 1\n";exit}
17 "Child process initialized" 17 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
18} 18}
19sleep 3 19sleep 3
20 20
@@ -41,7 +41,7 @@ expect {
41send -- "firejail --name=blablabla\r" 41send -- "firejail --name=blablabla\r"
42expect { 42expect {
43 timeout {puts "TESTING ERROR 4\n";exit} 43 timeout {puts "TESTING ERROR 4\n";exit}
44 "Child process initialized" 44 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
45} 45}
46sleep 2 46sleep 2
47 47