aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-10-26 09:58:10 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-10-26 09:58:10 -0400
commit79e828eaa999a666c7c332e81ac56cb3211486d1 (patch)
tree0e26d6f0084d7f85dd93d24f8155c1e4f7388e89 /test
parentsupport ignore command in profile files (diff)
downloadfirejail-79e828eaa999a666c7c332e81ac56cb3211486d1.tar.gz
firejail-79e828eaa999a666c7c332e81ac56cb3211486d1.tar.zst
firejail-79e828eaa999a666c7c332e81ac56cb3211486d1.zip
support ignore command in profile files
Diffstat (limited to 'test')
-rwxr-xr-xtest/ignore.exp9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/ignore.exp b/test/ignore.exp
index bdbd9d28c..ab7f0655f 100755
--- a/test/ignore.exp
+++ b/test/ignore.exp
@@ -33,6 +33,15 @@ expect {
33 "4" 33 "4"
34} 34}
35sleep 1 35sleep 1
36send -- "exit\r"
37sleep 1
38
39send -- "firejail --debug --profile=ignore2.profile\r"
40expect {
41 timeout {puts "TESTING ERROR 5\n";exit}
42 BLACKLIST {puts "TESTING ERROR 6\n";exit}
43 "Child process initialized"
44}
36 45
37 46
38puts "\nall done\n" 47puts "\nall done\n"