aboutsummaryrefslogtreecommitdiffstats
path: root/test/ignore.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/ignore.exp')
-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"