aboutsummaryrefslogtreecommitdiffstats
path: root/test/profiles
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-10-30 09:12:52 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-10-30 09:12:52 -0400
commitead373fcb9a79e6cdc7aff88d3c0d6e44c9400ac (patch)
tree612f9b5fdd59e97e545834df1a715b0d09d0d735 /test/profiles
parenttesting (diff)
downloadfirejail-ead373fcb9a79e6cdc7aff88d3c0d6e44c9400ac.tar.gz
firejail-ead373fcb9a79e6cdc7aff88d3c0d6e44c9400ac.tar.zst
firejail-ead373fcb9a79e6cdc7aff88d3c0d6e44c9400ac.zip
testing
Diffstat (limited to 'test/profiles')
-rwxr-xr-xtest/profiles/test-profile.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/profiles/test-profile.exp b/test/profiles/test-profile.exp
index 63fb3a150..c043f4b9e 100755
--- a/test/profiles/test-profile.exp
+++ b/test/profiles/test-profile.exp
@@ -13,6 +13,8 @@ if { $argc != 1 } {
13 exit 13 exit
14} 14}
15 15
16send -- "stty -echo\r"
17after 100
16send -- "firejail --profile=$argv echo done\r" 18send -- "firejail --profile=$argv echo done\r"
17expect { 19expect {
18 timeout {puts "TESTING ERROR 0\n";exit} 20 timeout {puts "TESTING ERROR 0\n";exit}