aboutsummaryrefslogtreecommitdiffstats
path: root/test/google-chrome.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/google-chrome.exp')
-rwxr-xr-xtest/google-chrome.exp8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/google-chrome.exp b/test/google-chrome.exp
index 7999831d7..389988e3c 100755
--- a/test/google-chrome.exp
+++ b/test/google-chrome.exp
@@ -27,6 +27,14 @@ expect {
27} 27}
28sleep 1 28sleep 1
29 29
30# grsecurity exit
31send -- "file /proc/sys/kernel/grsecurity\r"
32expect {
33 timeout {puts "TESTING ERROR - grsecurity detection\n";exit}
34 "grsecurity: directory" {puts "grsecurity present, exiting...\n";exit}
35 "cannot open" {puts "grsecurity not present\n"}
36}
37
30send -- "firejail --name=blablabla\r" 38send -- "firejail --name=blablabla\r"
31expect { 39expect {
32 timeout {puts "TESTING ERROR 4\n";exit} 40 timeout {puts "TESTING ERROR 4\n";exit}