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/1.4.exp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/features/1.4.exp') diff --git a/test/features/1.4.exp b/test/features/1.4.exp index 1c626518b..d6f373e2a 100755 --- a/test/features/1.4.exp +++ b/test/features/1.4.exp @@ -49,7 +49,8 @@ if { $overlay == "overlay" } { send -- "firejail --noprofile --overlay\r" expect { timeout {puts "TESTING ERROR 2\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