aboutsummaryrefslogtreecommitdiffstats
path: root/test/overlay/fs.exp
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/overlay/fs.exp
parenttesting (diff)
downloadfirejail-ead373fcb9a79e6cdc7aff88d3c0d6e44c9400ac.tar.gz
firejail-ead373fcb9a79e6cdc7aff88d3c0d6e44c9400ac.tar.zst
firejail-ead373fcb9a79e6cdc7aff88d3c0d6e44c9400ac.zip
testing
Diffstat (limited to 'test/overlay/fs.exp')
-rwxr-xr-xtest/overlay/fs.exp6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/overlay/fs.exp b/test/overlay/fs.exp
index f8478e78b..9debe6536 100755
--- a/test/overlay/fs.exp
+++ b/test/overlay/fs.exp
@@ -13,6 +13,8 @@ expect {
13} 13}
14sleep 1 14sleep 1
15 15
16send -- "stty -echo\r"
17after 100
16send -- "echo xyzxyzxyz > ~/_firejail_test_file; echo done\r" 18send -- "echo xyzxyzxyz > ~/_firejail_test_file; echo done\r"
17expect { 19expect {
18 timeout {puts "TESTING ERROR 3\n";exit} 20 timeout {puts "TESTING ERROR 3\n";exit}
@@ -20,6 +22,8 @@ expect {
20} 22}
21after 100 23after 100
22 24
25send -- "stty -echo\r"
26after 100
23send -- "cat ~/_firejail_test_file; echo done\r" 27send -- "cat ~/_firejail_test_file; echo done\r"
24expect { 28expect {
25 timeout {puts "TESTING ERROR 4\n";exit} 29 timeout {puts "TESTING ERROR 4\n";exit}
@@ -34,6 +38,8 @@ after 100
34send -- "exit\r" 38send -- "exit\r"
35sleep 2 39sleep 2
36 40
41send -- "stty -echo\r"
42after 100
37send -- "cat ~/_firejail_test_file; echo done\r" 43send -- "cat ~/_firejail_test_file; echo done\r"
38expect { 44expect {
39 timeout {puts "TESTING ERROR 5\n";exit} 45 timeout {puts "TESTING ERROR 5\n";exit}