From c22f9de02db17cb10b08f3d4893987228799ca89 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 9 Aug 2016 07:46:28 -0400 Subject: various fixes --- test/features/3.6.exp | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'test/features/3.6.exp') diff --git a/test/features/3.6.exp b/test/features/3.6.exp index a00517716..389e63a1d 100755 --- a/test/features/3.6.exp +++ b/test/features/3.6.exp @@ -60,14 +60,19 @@ if { $chroot == "chroot" } { expect { timeout {puts "TESTING ERROR 4\n";exit} "chroot option is not available" {puts "grsecurity\n"; exit} + "private-etc feature is disabled in chroot" + } + expect { + timeout {puts "TESTING ERROR 5\n";exit} + "chroot option is not available" {puts "grsecurity\n"; exit} "Child process initialized" } sleep 1 - send -- "ls -al /etc | wc -l\r" + send -- "ls /etc | grep firejail\r" expect { - timeout {puts "TESTING ERROR 5.1\n";exit} - "10" + timeout {puts "TESTING ERROR 6\n";exit} + "firejail" } after 100 -- cgit v1.2.3-54-g00ecf