aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/noroot.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-10-11 11:07:58 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-10-11 11:07:58 -0400
commitee1a4a4424587c66aec5aafbe2d2aa30ce4c4e75 (patch)
treebfbcbb88917e8274657f048cf8cff9440b75c087 /test/filters/noroot.exp
parentfix --dns.print for systemd-resolvd systems (diff)
downloadfirejail-ee1a4a4424587c66aec5aafbe2d2aa30ce4c4e75.tar.gz
firejail-ee1a4a4424587c66aec5aafbe2d2aa30ce4c4e75.tar.zst
firejail-ee1a4a4424587c66aec5aafbe2d2aa30ce4c4e75.zip
testing
Diffstat (limited to 'test/filters/noroot.exp')
-rwxr-xr-xtest/filters/noroot.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/filters/noroot.exp b/test/filters/noroot.exp
index 2c7218c87..838beca62 100755
--- a/test/filters/noroot.exp
+++ b/test/filters/noroot.exp
@@ -11,6 +11,7 @@ send -- "firejail --noprofile --noroot --caps.drop=all --seccomp\r"
11expect { 11expect {
12 timeout {puts "TESTING ERROR 1\n";exit} 12 timeout {puts "TESTING ERROR 1\n";exit}
13 "cannot create a new user namespace" {puts "TESTING SKIP: user namespace not available\n"; exit} 13 "cannot create a new user namespace" {puts "TESTING SKIP: user namespace not available\n"; exit}
14 "noroot option is not available" {puts "TESTING SKIP: user namespace not available\n"; exit}
14 "Child process initialized" 15 "Child process initialized"
15} 16}
16sleep 1 17sleep 1