aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-12-28 15:36:40 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-12-28 15:36:40 -0500
commit8706d0591301cffd3965695107c767dae54cceb3 (patch)
treeadca45f28613c65cd778aadd62be2df63c396733 /test/utils
parentreplacing seccomp printing with a seccomp disassembler (diff)
downloadfirejail-8706d0591301cffd3965695107c767dae54cceb3.tar.gz
firejail-8706d0591301cffd3965695107c767dae54cceb3.tar.zst
firejail-8706d0591301cffd3965695107c767dae54cceb3.zip
testing
Diffstat (limited to 'test/utils')
-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"