aboutsummaryrefslogtreecommitdiffstats
path: root/test/firefox.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/firefox.exp')
-rwxr-xr-xtest/firefox.exp10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/firefox.exp b/test/firefox.exp
index d531cf977..2585e4b5c 100755
--- a/test/firefox.exp
+++ b/test/firefox.exp
@@ -31,6 +31,16 @@ expect {
31 "no-remote" 31 "no-remote"
32} 32}
33sleep 1 33sleep 1
34
35# grsecurity exit
36send -- "file /proc/sys/kernel/grsecurity\r"
37expect {
38 timeout {puts "TESTING ERROR - grsecurity detection\n";exit}
39 "grsecurity: directory" {puts "grsecurity present, exiting...\n";exit}
40 "cannot open" {puts "grsecurity not present\n"}
41}
42
43
34send -- "firejail --name=blablabla\r" 44send -- "firejail --name=blablabla\r"
35expect { 45expect {
36 timeout {puts "TESTING ERROR 4\n";exit} 46 timeout {puts "TESTING ERROR 4\n";exit}