aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/cryptocat.profile2
-rwxr-xr-xtest/profiles/test-profile.exp5
2 files changed, 4 insertions, 3 deletions
diff --git a/etc/cryptocat.profile b/etc/cryptocat.profile
index 04301ffbd..3d3de7268 100644
--- a/etc/cryptocat.profile
+++ b/etc/cryptocat.profile
@@ -3,4 +3,4 @@
3 3
4 4
5# Redirect 5# Redirect
6include /etc/Cryptocat.profile 6include /etc/firejail/Cryptocat.profile
diff --git a/test/profiles/test-profile.exp b/test/profiles/test-profile.exp
index c043f4b9e..1eb487fe3 100755
--- a/test/profiles/test-profile.exp
+++ b/test/profiles/test-profile.exp
@@ -18,7 +18,8 @@ after 100
18send -- "firejail --profile=$argv echo done\r" 18send -- "firejail --profile=$argv echo done\r"
19expect { 19expect {
20 timeout {puts "TESTING ERROR 0\n";exit} 20 timeout {puts "TESTING ERROR 0\n";exit}
21 "done" 21 "done" {puts "all fine"}
22 "no suitable echo executable found" {puts "echo not found"}
22} 23}
23after 100 24#after 100
24puts "\n" 25puts "\n"