aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2021-05-12 23:36:49 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2021-05-12 23:36:49 +0200
commit632d47c90690813897740dba8adae920e2223e5a (patch)
tree482a7c378681432e6c5d9fab98f55eadf50bc4bb /test
parentmore --build (diff)
downloadfirejail-632d47c90690813897740dba8adae920e2223e5a.tar.gz
firejail-632d47c90690813897740dba8adae920e2223e5a.tar.zst
firejail-632d47c90690813897740dba8adae920e2223e5a.zip
tests: adjust expected values of --build test
Diffstat (limited to 'test')
-rwxr-xr-xtest/utils/build.exp28
1 files changed, 18 insertions, 10 deletions
diff --git a/test/utils/build.exp b/test/utils/build.exp
index 66b061e93..7fbe969a4 100755
--- a/test/utils/build.exp
+++ b/test/utils/build.exp
@@ -29,43 +29,51 @@ expect {
29} 29}
30expect { 30expect {
31 timeout {puts "TESTING ERROR 4\n";exit} 31 timeout {puts "TESTING ERROR 4\n";exit}
32 "private-bin cat," 32 "caps.drop all"
33} 33}
34expect { 34expect {
35 timeout {puts "TESTING ERROR 5\n";exit} 35 timeout {puts "TESTING ERROR 5\n";exit}
36 "private-dev" 36 "ipc-namespace"
37} 37}
38expect { 38expect {
39 timeout {puts "TESTING ERROR 6\n";exit} 39 timeout {puts "TESTING ERROR 6\n";exit}
40 "private-etc none" 40 "netfilter"
41} 41}
42expect { 42expect {
43 timeout {puts "TESTING ERROR 7\n";exit} 43 timeout {puts "TESTING ERROR 7\n";exit}
44 "private-tmp" 44 "nonewprivs"
45} 45}
46expect { 46expect {
47 timeout {puts "TESTING ERROR 8\n";exit} 47 timeout {puts "TESTING ERROR 8\n";exit}
48 "caps.drop all" 48 "noroot"
49} 49}
50expect { 50expect {
51 timeout {puts "TESTING ERROR 9\n";exit} 51 timeout {puts "TESTING ERROR 9\n";exit}
52 "netfilter" 52 "net none"
53} 53}
54expect { 54expect {
55 timeout {puts "TESTING ERROR 10\n";exit} 55 timeout {puts "TESTING ERROR 10\n";exit}
56 "nonewprivs" 56 "seccomp"
57} 57}
58expect { 58expect {
59 timeout {puts "TESTING ERROR 11\n";exit} 59 timeout {puts "TESTING ERROR 11\n";exit}
60 "net none" 60 "shell none"
61}
62expect {
63 timeout {puts "TESTING ERROR 11\n";exit}
64 "private-bin cat,"
61} 65}
62expect { 66expect {
63 timeout {puts "TESTING ERROR 12\n";exit} 67 timeout {puts "TESTING ERROR 12\n";exit}
64 "seccomp" 68 "private-dev"
65} 69}
66expect { 70expect {
67 timeout {puts "TESTING ERROR 13\n";exit} 71 timeout {puts "TESTING ERROR 13\n";exit}
68 "#shell none" 72 "private-etc none"
73}
74expect {
75 timeout {puts "TESTING ERROR 14\n";exit}
76 "private-tmp"
69} 77}
70after 100 78after 100
71 79