From e3a306f51bf6d76c9c8d40deeecb0ec0147624ff Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 5 Apr 2016 12:08:44 -0400 Subject: grsecurity: testing --- test/features/3.11.exp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/features/3.11.exp') diff --git a/test/features/3.11.exp b/test/features/3.11.exp index 3a5e38257..dc41ed743 100755 --- a/test/features/3.11.exp +++ b/test/features/3.11.exp @@ -69,7 +69,8 @@ if { $overlay == "overlay" } { send -- "firejail --profile=3.11.profile\r" expect { timeout {puts "TESTING ERROR 10\n";exit} - "Child process initialized" + "overlay option is not available" {puts "grsecurity\n"; exit} + "Child process initialized" {puts "normal system\n"} } sleep 1 -- cgit v1.2.3-54-g00ecf