aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-11-13 10:47:20 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-11-13 10:47:20 -0500
commit63e16bfcd9f79c63f3801f51df4840f74fa6f41b (patch)
treefa62784ad7ff5becbb4856ed84264cb5d4de8828 /test/fs
parentset_perms cleanup (diff)
downloadfirejail-63e16bfcd9f79c63f3801f51df4840f74fa6f41b.tar.gz
firejail-63e16bfcd9f79c63f3801f51df4840f74fa6f41b.tar.zst
firejail-63e16bfcd9f79c63f3801f51df4840f74fa6f41b.zip
major cleanup and testing
Diffstat (limited to 'test/fs')
-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 {