aboutsummaryrefslogtreecommitdiffstats
path: root/test/seccomp-bad-empty.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-12-17 10:31:39 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-12-17 10:31:39 -0500
commit24d38a4a23dc0beb66fe03dd042aefae47b03d50 (patch)
treedf42fee1cdb91d70da9b2905898664a5de35cf9f /test/seccomp-bad-empty.exp
parentbetter error reporting for profile files (diff)
downloadfirejail-24d38a4a23dc0beb66fe03dd042aefae47b03d50.tar.gz
firejail-24d38a4a23dc0beb66fe03dd042aefae47b03d50.tar.zst
firejail-24d38a4a23dc0beb66fe03dd042aefae47b03d50.zip
add support for sandbox name in profile files
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