From 82c6ce3168de710dc41ae4065610257c911848bb Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 14 Oct 2016 08:34:04 -0400 Subject: 0.9.44~rc1 testing --- test/environment/allow-debuggers.exp | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'test/environment') diff --git a/test/environment/allow-debuggers.exp b/test/environment/allow-debuggers.exp index dde9c4cc1..8a404decb 100755 --- a/test/environment/allow-debuggers.exp +++ b/test/environment/allow-debuggers.exp @@ -11,19 +11,27 @@ expect { "Child process initialized" } expect { - timeout {puts "TESTING ERROR 1\n";exit} - "exited with 0" + timeout {puts "TESTING ERROR 1\n";exit} + "ioctl" +} +expect { + timeout {puts "TESTING ERROR 2\n";exit} + "exit_group" } after 100 send -- "firejail --allow-debuggers --profile=/etc/firejail/firefox.profile strace ls\r" expect { - timeout {puts "TESTING ERROR 2\n";exit} + timeout {puts "TESTING ERROR 3\n";exit} "Child process initialized" } expect { - timeout {puts "TESTING ERROR 3\n";exit} - "exited with 0" + timeout {puts "TESTING ERROR 4\n";exit} + "ioctl" +} +expect { + timeout {puts "TESTING ERROR 5\n";exit} + "exit_group" } after 100 -- cgit v1.2.3-54-g00ecf