From 8706d0591301cffd3965695107c767dae54cceb3 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 28 Dec 2017 15:36:40 -0500 Subject: testing --- test/filters/seccomp-debug.exp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'test/filters/seccomp-debug.exp') diff --git a/test/filters/seccomp-debug.exp b/test/filters/seccomp-debug.exp index f90bbfa03..ee72e34ae 100755 --- a/test/filters/seccomp-debug.exp +++ b/test/filters/seccomp-debug.exp @@ -13,15 +13,11 @@ after 100 send -- "firejail --debug sleep 1; echo done\r" expect { timeout {puts "TESTING ERROR 0\n";exit} - "SECCOMP Filter" -} -expect { - timeout {puts "TESTING ERROR 1\n";exit} - "BLACKLIST" + "seccomp entries in /run/firejail/mnt/seccomp" } expect { timeout {puts "TESTING ERROR 2\n";exit} - "open_by_handle_at" + "jeq open_by_handle_at" } expect { timeout {puts "TESTING ERROR 3\n";exit} -- cgit v1.2.3-54-g00ecf