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 7f4f189ee..bbd2291c8 100755
--- a/test/filters/noroot.exp
+++ b/test/filters/noroot.exp
@@ -143,6 +143,7 @@ expect {
143 timeout {puts "TESTING ERROR 22\n";exit} 143 timeout {puts "TESTING ERROR 22\n";exit}
144 "effective uid is not 0, is sudo installed setuid root?" { puts "OK\n";} 144 "effective uid is not 0, is sudo installed setuid root?" { puts "OK\n";}
145 "sudo must be owned by uid 0 and have the setuid bit set" { puts "OK\n";} 145 "sudo must be owned by uid 0 and have the setuid bit set" { puts "OK\n";}
146 "Permission denied" { puts "OK\n";}
146} 147}
147send -- "cat /proc/self/uid_map | wc -l\r" 148send -- "cat /proc/self/uid_map | wc -l\r"
148expect { 149expect {