From 8706d0591301cffd3965695107c767dae54cceb3 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 28 Dec 2017 15:36:40 -0500 Subject: testing --- test/utils/seccomp-print.exp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/utils/seccomp-print.exp') diff --git a/test/utils/seccomp-print.exp b/test/utils/seccomp-print.exp index b3ab5e13c..930df1517 100755 --- a/test/utils/seccomp-print.exp +++ b/test/utils/seccomp-print.exp @@ -18,19 +18,19 @@ spawn $env(SHELL) send -- "firejail --seccomp.print=test\r" expect { timeout {puts "TESTING ERROR 1\n";exit} - "EXAMINE_SYSCAL" + "ld data.syscall-number" } expect { timeout {puts "TESTING ERROR 2\n";exit} - "delete_module" + "jeq delete_module" } expect { timeout {puts "TESTING ERROR 3\n";exit} - "init_module" + "jeq init_module" } expect { timeout {puts "TESTING ERROR 4\n";exit} - "RETURN_ALLOW" + "ret ALLOW" } after 100 puts "\nall done\n" -- cgit v1.2.3-70-g09d2