aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/seccomp-print.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/seccomp-print.exp')
-rwxr-xr-xtest/utils/seccomp-print.exp8
1 files changed, 4 insertions, 4 deletions
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)
18send -- "firejail --seccomp.print=test\r" 18send -- "firejail --seccomp.print=test\r"
19expect { 19expect {
20 timeout {puts "TESTING ERROR 1\n";exit} 20 timeout {puts "TESTING ERROR 1\n";exit}
21 "EXAMINE_SYSCAL" 21 "ld data.syscall-number"
22} 22}
23expect { 23expect {
24 timeout {puts "TESTING ERROR 2\n";exit} 24 timeout {puts "TESTING ERROR 2\n";exit}
25 "delete_module" 25 "jeq delete_module"
26} 26}
27expect { 27expect {
28 timeout {puts "TESTING ERROR 3\n";exit} 28 timeout {puts "TESTING ERROR 3\n";exit}
29 "init_module" 29 "jeq init_module"
30} 30}
31expect { 31expect {
32 timeout {puts "TESTING ERROR 4\n";exit} 32 timeout {puts "TESTING ERROR 4\n";exit}
33 "RETURN_ALLOW" 33 "ret ALLOW"
34} 34}
35after 100 35after 100
36puts "\nall done\n" 36puts "\nall done\n"