aboutsummaryrefslogtreecommitdiffstats
path: root/test/hexchat.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/hexchat.exp')
-rwxr-xr-xtest/hexchat.exp9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/hexchat.exp b/test/hexchat.exp
index 0653bcb13..7e99c8cdf 100755
--- a/test/hexchat.exp
+++ b/test/hexchat.exp
@@ -26,6 +26,15 @@ expect {
26 "hexchat" 26 "hexchat"
27} 27}
28sleep 1 28sleep 1
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
29send -- "firejail --name=blablabla\r" 38send -- "firejail --name=blablabla\r"
30expect { 39expect {
31 timeout {puts "TESTING ERROR 4\n";exit} 40 timeout {puts "TESTING ERROR 4\n";exit}