aboutsummaryrefslogtreecommitdiffstats
path: root/test/evince.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-12-06 19:37:08 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-12-06 19:37:08 -0500
commit1365b0d41b013a8fd209acfd2f7adefb9b6adbdc (patch)
tree48e0ce6dad2ecf712cbc5b598b222209d93501f4 /test/evince.exp
parenttracelog (diff)
downloadfirejail-1365b0d41b013a8fd209acfd2f7adefb9b6adbdc.tar.gz
firejail-1365b0d41b013a8fd209acfd2f7adefb9b6adbdc.tar.zst
firejail-1365b0d41b013a8fd209acfd2f7adefb9b6adbdc.zip
tracelog fixes
Diffstat (limited to 'test/evince.exp')
-rwxr-xr-xtest/evince.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/evince.exp b/test/evince.exp
index 6c94dff9a..0c57f3871 100755
--- a/test/evince.exp
+++ b/test/evince.exp
@@ -4,7 +4,7 @@ set timeout 10
4spawn $env(SHELL) 4spawn $env(SHELL)
5match_max 100000 5match_max 100000
6 6
7send -- "firejail --tracelog evince\r" 7send -- "firejail evince\r"
8expect { 8expect {
9 timeout {puts "TESTING ERROR 0\n";exit} 9 timeout {puts "TESTING ERROR 0\n";exit}
10 "Reading profile /etc/firejail/evince.profile" 10 "Reading profile /etc/firejail/evince.profile"
@@ -38,7 +38,7 @@ spawn $env(SHELL)
38send -- "firemon --seccomp\r" 38send -- "firemon --seccomp\r"
39expect { 39expect {
40 timeout {puts "TESTING ERROR 5\n";exit} 40 timeout {puts "TESTING ERROR 5\n";exit}
41 ":firejail --tracelog evince" 41 ":firejail evince"
42} 42}
43expect { 43expect {
44 timeout {puts "TESTING ERROR 5.1 (seccomp)\n";exit} 44 timeout {puts "TESTING ERROR 5.1 (seccomp)\n";exit}
@@ -52,7 +52,7 @@ sleep 1
52send -- "firemon --caps\r" 52send -- "firemon --caps\r"
53expect { 53expect {
54 timeout {puts "TESTING ERROR 6\n";exit} 54 timeout {puts "TESTING ERROR 6\n";exit}
55 ":firejail --tracelog evince" 55 ":firejail evince"
56} 56}
57expect { 57expect {
58 timeout {puts "TESTING ERROR 6.1\n";exit} 58 timeout {puts "TESTING ERROR 6.1\n";exit}