aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/noroot.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-05-03 13:16:33 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-05-03 13:16:33 -0400
commitf2f331553c5fe3c78a44e9a0b0b9026fcb59745a (patch)
treee6033bf3f51a0a851fb8bfc4d5f34cc57f118396 /test/filters/noroot.exp
parenttesting (diff)
downloadfirejail-f2f331553c5fe3c78a44e9a0b0b9026fcb59745a.tar.gz
firejail-f2f331553c5fe3c78a44e9a0b0b9026fcb59745a.tar.zst
firejail-f2f331553c5fe3c78a44e9a0b0b9026fcb59745a.zip
test fixes
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 a1f6ce88d..7f4f189ee 100755
--- a/test/filters/noroot.exp
+++ b/test/filters/noroot.exp
@@ -10,6 +10,7 @@ match_max 100000
10send -- "firejail --noprofile --noroot --caps.drop=all --seccomp\r" 10send -- "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 "Child process initialized" 14 "Child process initialized"
14} 15}
15sleep 1 16sleep 1