aboutsummaryrefslogtreecommitdiffstats
path: root/test/profiles/test-profile.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/profiles/test-profile.exp')
-rwxr-xr-xtest/profiles/test-profile.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/profiles/test-profile.exp b/test/profiles/test-profile.exp
index 590b42652..a6b4a5aad 100755
--- a/test/profiles/test-profile.exp
+++ b/test/profiles/test-profile.exp
@@ -13,10 +13,10 @@ if { $argc != 1 } {
13 exit 13 exit
14} 14}
15 15
16send -- "firejail --profile=$argv /bin/bash\r" 16send -- "firejail --profile=$argv echo done\r"
17expect { 17expect {
18 timeout {puts "TESTING ERROR 0\n";exit} 18 timeout {puts "TESTING ERROR 0\n";exit}
19 "Child process initialized" 19 "done"
20} 20}
21send -- "exit\r" 21send -- "exit\r"
22after 100 22after 100