aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/noroot.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-05-24 11:12:03 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-05-24 11:12:03 -0400
commit0bc571120af013407e448d9935e8be5189bc2765 (patch)
treee225c168606306b275d851dc90e6e1515300524f /test/filters/noroot.exp
parent0.9.40 testing (diff)
downloadfirejail-0bc571120af013407e448d9935e8be5189bc2765.tar.gz
firejail-0bc571120af013407e448d9935e8be5189bc2765.tar.zst
firejail-0bc571120af013407e448d9935e8be5189bc2765.zip
0.9.40 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 bbd2291c8..1e08cee12 100755
--- a/test/filters/noroot.exp
+++ b/test/filters/noroot.exp
@@ -49,6 +49,7 @@ expect {
49 timeout {puts "TESTING ERROR 8\n";exit} 49 timeout {puts "TESTING ERROR 8\n";exit}
50 "effective uid is not 0, is sudo installed setuid root?" { puts "OK\n";} 50 "effective uid is not 0, is sudo installed setuid root?" { puts "OK\n";}
51 "sudo must be owned by uid 0 and have the setuid bit set" { puts "OK\n";} 51 "sudo must be owned by uid 0 and have the setuid bit set" { puts "OK\n";}
52 "Bad system call" { puts "OK\n";}
52} 53}
53send -- "cat /proc/self/uid_map | wc -l\r" 54send -- "cat /proc/self/uid_map | wc -l\r"
54expect { 55expect {