From 746b6aa3b8bd5f8482078925901f09ed0f45c0b3 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 27 Aug 2015 12:37:57 -0400 Subject: testing --- test/firemon-seccomp.exp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/firemon-seccomp.exp') diff --git a/test/firemon-seccomp.exp b/test/firemon-seccomp.exp index 0cf53b690..55817faf3 100755 --- a/test/firemon-seccomp.exp +++ b/test/firemon-seccomp.exp @@ -4,7 +4,7 @@ set timeout 10 spawn $env(SHELL) match_max 100000 -send -- "firejail --name=bingo1 --seccomp\r" +send -- "firejail --noprofile --name=bingo1 --seccomp\r" expect { timeout {puts "TESTING ERROR 0\n";exit} "Child process initialized" @@ -12,9 +12,9 @@ expect { sleep 1 spawn $env(SHELL) -send -- "firejail --name=bingo2\r" +send -- "firejail --noprofile --name=bingo2\r" expect { - timeout {puts "TESTING ERROR 0\n";exit} + timeout {puts "TESTING ERROR 0.1\n";exit} "Child process initialized" } sleep 1 @@ -40,6 +40,6 @@ expect { timeout {puts "TESTING ERROR 3\n";exit} "Seccomp: 0" } -sleep 1 +after 100 -puts "\n" +puts "all done\n" -- cgit v1.2.3-70-g09d2