aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/noroot.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-12-19 13:05:16 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2021-12-19 13:05:16 -0500
commit96cec210f8bd86667722b09beb5a3a67b21ec50f (patch)
treeaa3df5777eb784bec3f8535b92ee4eba00bdbef9 /test/filters/noroot.exp
parenttesting (diff)
downloadfirejail-96cec210f8bd86667722b09beb5a3a67b21ec50f.tar.gz
firejail-96cec210f8bd86667722b09beb5a3a67b21ec50f.tar.zst
firejail-96cec210f8bd86667722b09beb5a3a67b21ec50f.zip
fix make test-filter
Diffstat (limited to 'test/filters/noroot.exp')
-rwxr-xr-xtest/filters/noroot.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/filters/noroot.exp b/test/filters/noroot.exp
index 64f72f610..5fc16c47f 100755
--- a/test/filters/noroot.exp
+++ b/test/filters/noroot.exp
@@ -72,7 +72,7 @@ expect {
72send -- "cat /proc/self/gid_map | wc -l\r" 72send -- "cat /proc/self/gid_map | wc -l\r"
73expect { 73expect {
74 timeout {puts "TESTING ERROR 12\n";exit} 74 timeout {puts "TESTING ERROR 12\n";exit}
75 "5" 75 "9"
76} 76}
77 77
78 78
@@ -104,7 +104,7 @@ expect {
104send -- "cat /proc/self/gid_map | wc -l\r" 104send -- "cat /proc/self/gid_map | wc -l\r"
105expect { 105expect {
106 timeout {puts "TESTING ERROR 17\n";exit} 106 timeout {puts "TESTING ERROR 17\n";exit}
107 "5" 107 "9"
108} 108}
109 109
110# check seccomp disabled and all caps enabled 110# check seccomp disabled and all caps enabled