From 5aa5de349984b69499adac0bb90761e2e16dacec Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 30 Oct 2017 09:54:47 -0400 Subject: testing, fixed cryptocat.profile --- test/profiles/test-profile.exp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test') 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 send -- "firejail --profile=$argv echo done\r" expect { timeout {puts "TESTING ERROR 0\n";exit} - "done" + "done" {puts "all fine"} + "no suitable echo executable found" {puts "echo not found"} } -after 100 +#after 100 puts "\n" -- cgit v1.2.3-54-g00ecf