aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/seccomp-chmod.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/filters/seccomp-chmod.exp')
-rwxr-xr-xtest/filters/seccomp-chmod.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/filters/seccomp-chmod.exp b/test/filters/seccomp-chmod.exp
index 01b9cbaac..c72a68c82 100755
--- a/test/filters/seccomp-chmod.exp
+++ b/test/filters/seccomp-chmod.exp
@@ -41,7 +41,7 @@ expect {
41send -- "chmod +x testfile; echo done\r" 41send -- "chmod +x testfile; echo done\r"
42expect { 42expect {
43 timeout {puts "TESTING ERROR 5\n";exit} 43 timeout {puts "TESTING ERROR 5\n";exit}
44 "Bad system call" 44 "Operation not permitted"
45} 45}
46expect { 46expect {
47 timeout {puts "TESTING ERROR 6\n";exit} 47 timeout {puts "TESTING ERROR 6\n";exit}