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.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/apps/transmission-qt.exp b/test/apps/transmission-qt.exp
index 4ef9ec8b5..0fe70f659 100755
--- a/test/apps/transmission-qt.exp
+++ b/test/apps/transmission-qt.exp
@@ -7,7 +7,7 @@ set timeout 10
7spawn $env(SHELL) 7spawn $env(SHELL)
8match_max 100000 8match_max 100000
9 9
10send -- "firejail transmission-qt\r" 10send -- "firejail --ignore=quiet transmission-qt\r"
11expect { 11expect {
12 timeout {puts "TESTING ERROR 0\n";exit} 12 timeout {puts "TESTING ERROR 0\n";exit}
13 "Reading profile /etc/firejail/transmission-qt.profile" 13 "Reading profile /etc/firejail/transmission-qt.profile"
@@ -50,7 +50,7 @@ send -- "firemon --seccomp\r"
50expect { 50expect {
51 timeout {puts "TESTING ERROR 5\n";exit} 51 timeout {puts "TESTING ERROR 5\n";exit}
52 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit} 52 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit}
53 ":firejail transmission-qt" 53 ":firejail --ignore=quiet transmission-qt"
54} 54}
55expect { 55expect {
56 timeout {puts "TESTING ERROR 5.1 (seccomp)\n";exit} 56 timeout {puts "TESTING ERROR 5.1 (seccomp)\n";exit}
@@ -64,7 +64,7 @@ after 100
64send -- "firemon --caps\r" 64send -- "firemon --caps\r"
65expect { 65expect {
66 timeout {puts "TESTING ERROR 6\n";exit} 66 timeout {puts "TESTING ERROR 6\n";exit}
67 ":firejail transmission-qt" 67 ":firejail --ignore=quiet transmission-qt"
68} 68}
69expect { 69expect {
70 timeout {puts "TESTING ERROR 6.1\n";exit} 70 timeout {puts "TESTING ERROR 6.1\n";exit}