aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps/transmission-gtk.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-06-10 13:15:27 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-06-10 13:15:27 -0400
commit2e4bd3028464e92a1fcb1c94a530bca0950a20da (patch)
tree5de4fdc939d4aa437252fff30594e9f61f1500a4 /test/apps/transmission-gtk.exp
parentprivate-bin conversion (diff)
downloadfirejail-2e4bd3028464e92a1fcb1c94a530bca0950a20da.tar.gz
firejail-2e4bd3028464e92a1fcb1c94a530bca0950a20da.tar.zst
firejail-2e4bd3028464e92a1fcb1c94a530bca0950a20da.zip
testing
Diffstat (limited to 'test/apps/transmission-gtk.exp')
-rwxr-xr-xtest/apps/transmission-gtk.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/apps/transmission-gtk.exp b/test/apps/transmission-gtk.exp
index 92ed05cc4..33f4ef963 100755
--- a/test/apps/transmission-gtk.exp
+++ b/test/apps/transmission-gtk.exp
@@ -12,7 +12,7 @@ expect {
12 timeout {puts "TESTING ERROR 1\n";exit} 12 timeout {puts "TESTING ERROR 1\n";exit}
13 "Child process initialized" 13 "Child process initialized"
14} 14}
15sleep 10 15sleep 5
16 16
17spawn $env(SHELL) 17spawn $env(SHELL)
18send -- "firejail --list\r" 18send -- "firejail --list\r"
@@ -24,7 +24,7 @@ expect {
24 timeout {puts "TESTING ERROR 3.1\n";exit} 24 timeout {puts "TESTING ERROR 3.1\n";exit}
25 "transmission-gtk" 25 "transmission-gtk"
26} 26}
27sleep 1 27after 100
28 28
29# grsecurity exit 29# grsecurity exit
30send -- "file /proc/sys/kernel/grsecurity\r" 30send -- "file /proc/sys/kernel/grsecurity\r"
@@ -54,7 +54,7 @@ expect {
54 timeout {puts "TESTING ERROR 5.1\n";exit} 54 timeout {puts "TESTING ERROR 5.1\n";exit}
55 "name=blablabla" 55 "name=blablabla"
56} 56}
57sleep 1 57after 100
58send -- "firemon --caps\r" 58send -- "firemon --caps\r"
59expect { 59expect {
60 timeout {puts "TESTING ERROR 6\n";exit} 60 timeout {puts "TESTING ERROR 6\n";exit}
@@ -72,7 +72,7 @@ expect {
72 timeout {puts "TESTING ERROR 6.3\n";exit} 72 timeout {puts "TESTING ERROR 6.3\n";exit}
73 "name=blablabla" 73 "name=blablabla"
74} 74}
75sleep 1 75after 100
76 76
77puts "\nall done\n" 77puts "\nall done\n"
78 78