aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-10-30 09:54:47 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-10-30 09:54:47 -0400
commit5aa5de349984b69499adac0bb90761e2e16dacec (patch)
treeefe25fcdf31f59fbacffd4f4650691028e1375df /test
parenttesting (diff)
downloadfirejail-5aa5de349984b69499adac0bb90761e2e16dacec.tar.gz
firejail-5aa5de349984b69499adac0bb90761e2e16dacec.tar.zst
firejail-5aa5de349984b69499adac0bb90761e2e16dacec.zip
testing, fixed cryptocat.profile
Diffstat (limited to 'test')
-rwxr-xr-xtest/profiles/test-profile.exp5
1 files changed, 3 insertions, 2 deletions
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"