aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-08-01 14:40:36 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-08-01 14:40:36 -0400
commit6f4da149a2aff4f2ac42dc8a488eeef5642beb11 (patch)
tree2c6231b9720906c36304460f5a52a406a58c4cd5 /test
parentadded quiet profile command (diff)
downloadfirejail-6f4da149a2aff4f2ac42dc8a488eeef5642beb11.tar.gz
firejail-6f4da149a2aff4f2ac42dc8a488eeef5642beb11.tar.zst
firejail-6f4da149a2aff4f2ac42dc8a488eeef5642beb11.zip
fixed make test-profile broken by previous commit
Diffstat (limited to 'test')
-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