aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/noroot.exp
diff options
context:
space:
mode:
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