aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/fseccomp.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/filters/fseccomp.exp')
-rwxr-xr-xtest/filters/fseccomp.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/filters/fseccomp.exp b/test/filters/fseccomp.exp
index 59f812d6d..ff0179a1c 100755
--- a/test/filters/fseccomp.exp
+++ b/test/filters/fseccomp.exp
@@ -1,6 +1,6 @@
1#!/usr/bin/expect -f 1#!/usr/bin/expect -f
2# This file is part of Firejail project 2# This file is part of Firejail project
3# Copyright (C) 2014-2021 Firejail Authors 3# Copyright (C) 2014-2022 Firejail Authors
4# License GPL v2 4# License GPL v2
5 5
6set timeout 10 6set timeout 10
@@ -111,7 +111,7 @@ expect {
111} 111}
112expect { 112expect {
113 timeout {puts "TESTING ERROR 9.3\n";exit} 113 timeout {puts "TESTING ERROR 9.3\n";exit}
114 "ret KILL" 114 "ret ERRNO"
115} 115}
116 116
117 117