aboutsummaryrefslogtreecommitdiffstats
path: root/test/seccomp-bad-empty.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/seccomp-bad-empty.exp')
-rwxr-xr-xtest/seccomp-bad-empty.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/seccomp-bad-empty.exp b/test/seccomp-bad-empty.exp
index 53b5c2e21..631d67743 100755
--- a/test/seccomp-bad-empty.exp
+++ b/test/seccomp-bad-empty.exp
@@ -25,14 +25,14 @@ expect {
25send -- "firejail --profile=seccomp-bad-empty.profile\r" 25send -- "firejail --profile=seccomp-bad-empty.profile\r"
26expect { 26expect {
27 timeout {puts "TESTING ERROR 6\n";exit} 27 timeout {puts "TESTING ERROR 6\n";exit}
28 "Error: line 1 in the custom profile is invalid" 28 "Error: line 1 in seccomp-bad-empty.profile is invalid"
29} 29}
30 30
31send -- "firejail --profile=seccomp-bad-empty2.profile\r" 31send -- "firejail --profile=seccomp-bad-empty2.profile\r"
32expect { 32expect {
33 timeout {puts "TESTING ERROR 7\n";exit} 33 timeout {puts "TESTING ERROR 7\n";exit}
34 "Error: line 1 in the custom profile is invalid" 34 "Error: line 1 in seccomp-bad-empty2.profile is invalid"
35} 35}
36sleep 1 36sleep 1
37puts "\n" 37puts "\nall done\n"
38 38