aboutsummaryrefslogtreecommitdiffstats
path: root/test/evince.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-12-03 12:42:49 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-12-03 12:42:49 -0500
commit34110bc5525b2e61e5e1c5dcea3563b4411a72c3 (patch)
tree9ac22bea771aa41797d5c26806c332b251208212 /test/evince.exp
parent--tracelog (diff)
downloadfirejail-34110bc5525b2e61e5e1c5dcea3563b4411a72c3.tar.gz
firejail-34110bc5525b2e61e5e1c5dcea3563b4411a72c3.tar.zst
firejail-34110bc5525b2e61e5e1c5dcea3563b4411a72c3.zip
testing
Diffstat (limited to 'test/evince.exp')
-rwxr-xr-xtest/evince.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/evince.exp b/test/evince.exp
index ba6ca1b6d..6c94dff9a 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 evince\r" 7send -- "firejail --tracelog 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 evince" 41 ":firejail --tracelog 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 evince" 55 ":firejail --tracelog evince"
56} 56}
57expect { 57expect {
58 timeout {puts "TESTING ERROR 6.1\n";exit} 58 timeout {puts "TESTING ERROR 6.1\n";exit}
@@ -68,5 +68,5 @@ expect {
68} 68}
69sleep 1 69sleep 1
70 70
71puts "\n" 71puts "\nall done\n"
72 72