aboutsummaryrefslogtreecommitdiffstats
path: root/test/fcopy
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-12-15 14:12:31 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-12-15 14:12:31 -0500
commit1b549b5ee5a386bf3297a54a533fcd7294e23fec (patch)
tree7c9d2ddf2d3bea9870c7cac8d45cc7600ed4b8b4 /test/fcopy
parentfix older platforms (diff)
downloadfirejail-1b549b5ee5a386bf3297a54a533fcd7294e23fec.tar.gz
firejail-1b549b5ee5a386bf3297a54a533fcd7294e23fec.tar.zst
firejail-1b549b5ee5a386bf3297a54a533fcd7294e23fec.zip
testing
Diffstat (limited to 'test/fcopy')
-rwxr-xr-xtest/fcopy/dircopy.exp28
1 files changed, 28 insertions, 0 deletions
diff --git a/test/fcopy/dircopy.exp b/test/fcopy/dircopy.exp
index 00b0204ae..dc8c80569 100755
--- a/test/fcopy/dircopy.exp
+++ b/test/fcopy/dircopy.exp
@@ -21,30 +21,58 @@ expect {
21 timeout {puts "TESTING ERROR 0\n";exit} 21 timeout {puts "TESTING ERROR 0\n";exit}
22 "dest/" 22 "dest/"
23} 23}
24after 100
25
26send -- "find dest\r"
27expect {
28 timeout {puts "TESTING ERROR 0\n";exit}
29 "dest/"
30}
31after 100
32
33send -- "find dest\r"
24expect { 34expect {
25 timeout {puts "TESTING ERROR 1\n";exit} 35 timeout {puts "TESTING ERROR 1\n";exit}
26 "dest/a" 36 "dest/a"
27} 37}
38after 100
39
40send -- "find dest\r"
28expect { 41expect {
29 timeout {puts "TESTING ERROR 2\n";exit} 42 timeout {puts "TESTING ERROR 2\n";exit}
30 "dest/a/b" 43 "dest/a/b"
31} 44}
45after 100
46
47send -- "find dest\r"
32expect { 48expect {
33 timeout {puts "TESTING ERROR 3\n";exit} 49 timeout {puts "TESTING ERROR 3\n";exit}
34 "dest/a/b/file4" 50 "dest/a/b/file4"
35} 51}
52after 100
53
54send -- "find dest\r"
36expect { 55expect {
37 timeout {puts "TESTING ERROR 4\n";exit} 56 timeout {puts "TESTING ERROR 4\n";exit}
38 "dest/a/file3" 57 "dest/a/file3"
39} 58}
59after 100
60
61send -- "find dest\r"
40expect { 62expect {
41 timeout {puts "TESTING ERROR 5\n";exit} 63 timeout {puts "TESTING ERROR 5\n";exit}
42 "dest/dircopy.exp" 64 "dest/dircopy.exp"
43} 65}
66after 100
67
68send -- "find dest\r"
44expect { 69expect {
45 timeout {puts "TESTING ERROR 6\n";exit} 70 timeout {puts "TESTING ERROR 6\n";exit}
46 "dest/file2" 71 "dest/file2"
47} 72}
73after 100
74
75send -- "find dest\r"
48expect { 76expect {
49 timeout {puts "TESTING ERROR 7\n";exit} 77 timeout {puts "TESTING ERROR 7\n";exit}
50 "dest/file1" 78 "dest/file1"