aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment
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/environment
parenttesting (diff)
downloadfirejail-ead373fcb9a79e6cdc7aff88d3c0d6e44c9400ac.tar.gz
firejail-ead373fcb9a79e6cdc7aff88d3c0d6e44c9400ac.tar.zst
firejail-ead373fcb9a79e6cdc7aff88d3c0d6e44c9400ac.zip
testing
Diffstat (limited to 'test/environment')
-rwxr-xr-xtest/environment/quiet.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/environment/quiet.exp b/test/environment/quiet.exp
index 3ab6d7f53..0df798f01 100755
--- a/test/environment/quiet.exp
+++ b/test/environment/quiet.exp
@@ -7,7 +7,8 @@ set timeout 4
7spawn $env(SHELL) 7spawn $env(SHELL)
8match_max 100000 8match_max 100000
9 9
10# check ip address 10send -- "stty -echo\r"
11after 100
11send -- "firejail --quiet echo done\r" 12send -- "firejail --quiet echo done\r"
12expect { 13expect {
13 timeout {puts "TESTING ERROR 1\n";exit} 14 timeout {puts "TESTING ERROR 1\n";exit}