aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps/transmission-qt.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/apps/transmission-qt.exp')
-rwxr-xr-xtest/apps/transmission-qt.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/apps/transmission-qt.exp b/test/apps/transmission-qt.exp
index 3ea2a112f..991742106 100755
--- a/test/apps/transmission-qt.exp
+++ b/test/apps/transmission-qt.exp
@@ -16,7 +16,7 @@ expect {
16 timeout {puts "TESTING ERROR 1\n";exit} 16 timeout {puts "TESTING ERROR 1\n";exit}
17 "Child process initialized" 17 "Child process initialized"
18} 18}
19sleep 10 19sleep 3
20 20
21spawn $env(SHELL) 21spawn $env(SHELL)
22send -- "firejail --list\r" 22send -- "firejail --list\r"
@@ -28,7 +28,7 @@ expect {
28 timeout {puts "TESTING ERROR 3.1\n";exit} 28 timeout {puts "TESTING ERROR 3.1\n";exit}
29 "transmission-qt" 29 "transmission-qt"
30} 30}
31sleep 1 31after 100
32 32
33# grsecurity exit 33# grsecurity exit
34send -- "file /proc/sys/kernel/grsecurity\r" 34send -- "file /proc/sys/kernel/grsecurity\r"
@@ -59,7 +59,7 @@ expect {
59 timeout {puts "TESTING ERROR 5.1\n";exit} 59 timeout {puts "TESTING ERROR 5.1\n";exit}
60 "name=blablabla" 60 "name=blablabla"
61} 61}
62sleep 1 62after 100
63send -- "firemon --caps\r" 63send -- "firemon --caps\r"
64expect { 64expect {
65 timeout {puts "TESTING ERROR 6\n";exit} 65 timeout {puts "TESTING ERROR 6\n";exit}
@@ -77,7 +77,7 @@ expect {
77 timeout {puts "TESTING ERROR 6.3\n";exit} 77 timeout {puts "TESTING ERROR 6.3\n";exit}
78 "name=blablabla" 78 "name=blablabla"
79} 79}
80sleep 1 80after 100
81 81
82puts "\nall done\n" 82puts "\nall done\n"
83 83