aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/seccomp-run-files.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/filters/seccomp-run-files.exp')
-rwxr-xr-xtest/filters/seccomp-run-files.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/filters/seccomp-run-files.exp b/test/filters/seccomp-run-files.exp
index 7c436b664..7a1345902 100755
--- a/test/filters/seccomp-run-files.exp
+++ b/test/filters/seccomp-run-files.exp
@@ -24,7 +24,7 @@ after 100
24send -- "ls -l /run/firejail/mnt | grep -c seccomp\r" 24send -- "ls -l /run/firejail/mnt | grep -c seccomp\r"
25expect { 25expect {
26 timeout {puts "TESTING ERROR 3\n";exit} 26 timeout {puts "TESTING ERROR 3\n";exit}
27 "4" 27 "5"
28} 28}
29send -- "exit\r" 29send -- "exit\r"
30sleep 1 30sleep 1
@@ -90,7 +90,7 @@ after 100
90send -- "ls -l /run/firejail/mnt | grep -c seccomp\r" 90send -- "ls -l /run/firejail/mnt | grep -c seccomp\r"
91expect { 91expect {
92 timeout {puts "TESTING ERROR 18\n";exit} 92 timeout {puts "TESTING ERROR 18\n";exit}
93 "5" 93 "6"
94} 94}
95send -- "exit\r" 95send -- "exit\r"
96sleep 1 96sleep 1