aboutsummaryrefslogtreecommitdiffstats
path: root/test/chromium-x11.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/chromium-x11.exp')
-rwxr-xr-xtest/chromium-x11.exp7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/chromium-x11.exp b/test/chromium-x11.exp
index 0d8a5dfb3..bcac3233c 100755
--- a/test/chromium-x11.exp
+++ b/test/chromium-x11.exp
@@ -19,6 +19,13 @@ expect {
19} 19}
20sleep 1 20sleep 1
21 21
22# grsecurity exit
23send -- "file /proc/sys/kernel/grsecurity\r"
24expect {
25 timeout {puts "TESTING ERROR - grsecurity detection\n";exit}
26 "grsecurity: directory" {puts "grsecurity present, exiting...\n";exit}
27 "cannot open" {puts "grsecurity not present\n"}
28}
22send -- "firejail --name=blablabla\r" 29send -- "firejail --name=blablabla\r"
23expect { 30expect {
24 timeout {puts "TESTING ERROR 4\n";exit} 31 timeout {puts "TESTING ERROR 4\n";exit}