aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/read-write.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fs/read-write.exp')
-rwxr-xr-xtest/fs/read-write.exp4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/fs/read-write.exp b/test/fs/read-write.exp
index cfca15605..57986488e 100755
--- a/test/fs/read-write.exp
+++ b/test/fs/read-write.exp
@@ -20,12 +20,14 @@ expect {
20 timeout {puts "TESTING ERROR 1\n";exit} 20 timeout {puts "TESTING ERROR 1\n";exit}
21 "done" 21 "done"
22} 22}
23after 100
23 24
24send -- "echo mytest >~/_firejail_test_dir/test1/b;echo done\r" 25send -- "echo mytest >~/_firejail_test_dir/test1/b;echo done\r"
25expect { 26expect {
26 timeout {puts "TESTING ERROR 2\n";exit} 27 timeout {puts "TESTING ERROR 2\n";exit}
27 "done" 28 "done"
28} 29}
30after 100
29 31
30send -- "cat ~/_firejail_test_dir/a;echo done\r" 32send -- "cat ~/_firejail_test_dir/a;echo done\r"
31expect { 33expect {
@@ -33,7 +35,7 @@ expect {
33 "mytest" {puts "TESTING ERROR 4\n";exit} 35 "mytest" {puts "TESTING ERROR 4\n";exit}
34 "done" 36 "done"
35} 37}
36 38after 100
37 39
38send -- "cat ~/_firejail_test_dir/test1/b;echo done\r" 40send -- "cat ~/_firejail_test_dir/test1/b;echo done\r"
39expect { 41expect {