aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/seccomp-su.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/filters/seccomp-su.exp')
-rwxr-xr-xtest/filters/seccomp-su.exp7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/filters/seccomp-su.exp b/test/filters/seccomp-su.exp
index 3ff75b3b6..8417cadaf 100755
--- a/test/filters/seccomp-su.exp
+++ b/test/filters/seccomp-su.exp
@@ -28,13 +28,6 @@ expect {
28 "Bad system call" {puts "OK\n"} 28 "Bad system call" {puts "OK\n"}
29} 29}
30 30
31send -- "ping google.com\r"
32expect {
33 timeout {puts "TESTING ERROR 3\n";exit}
34 "Operation not permitted" {puts "OK\n"}
35 "unknown host" {puts "OK\n"}
36}
37
38send -- "exit\r" 31send -- "exit\r"
39after 100 32after 100
40puts "all done\n" 33puts "all done\n"