From 0f1a12da2881727a2e1c214e0d48aa10b546f5fc Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 22 Nov 2015 13:37:36 -0500 Subject: disable firejail configuration by default --- test/features/1.6.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/features/1.6.exp') diff --git a/test/features/1.6.exp b/test/features/1.6.exp index a9c8f2a19..0a4b788b8 100755 --- a/test/features/1.6.exp +++ b/test/features/1.6.exp @@ -51,14 +51,14 @@ sleep 1 # send -- "firejail --noprofile --chroot=/tmp/chroot\r" expect { - timeout {puts "TESTING ERROR 3\n";exit} + timeout {puts "TESTING ERROR 4\n";exit} "Child process initialized" } sleep 1 send -- "ls -l /var/log/syslog | wc -l\r" expect { - timeout {puts "TESTING ERROR 4\n";exit} + timeout {puts "TESTING ERROR 5\n";exit} "0" } after 100 -- cgit v1.2.3-54-g00ecf