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