aboutsummaryrefslogtreecommitdiffstats
path: root/test/fbreader.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fbreader.exp')
-rwxr-xr-xtest/fbreader.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fbreader.exp b/test/fbreader.exp
index 97df8aca8..65a193c54 100755
--- a/test/fbreader.exp
+++ b/test/fbreader.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 fbreader\r" 7send -- "firejail fbreader\r"
8expect { 8expect {
9 timeout {puts "TESTING ERROR 0\n";exit} 9 timeout {puts "TESTING ERROR 0\n";exit}
10 "Reading profile /etc/firejail/fbreader.profile" 10 "Reading profile /etc/firejail/fbreader.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 fbreader" 41 ":firejailfbreader"
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 fbreader" 55 ":firejail fbreader"
56} 56}
57expect { 57expect {
58 timeout {puts "TESTING ERROR 6.1\n";exit} 58 timeout {puts "TESTING ERROR 6.1\n";exit}