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.5.exp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/features/3.5.exp') diff --git a/test/features/3.5.exp b/test/features/3.5.exp index b1a16830d..aed5fe836 100755 --- a/test/features/3.5.exp +++ b/test/features/3.5.exp @@ -37,7 +37,8 @@ if { $overlay == "overlay" } { send -- "firejail --noprofile --overlay --private-dev\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