aboutsummaryrefslogtreecommitdiffstats
path: root/test/fcopy
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/fcopy
parenttesting (diff)
downloadfirejail-ead373fcb9a79e6cdc7aff88d3c0d6e44c9400ac.tar.gz
firejail-ead373fcb9a79e6cdc7aff88d3c0d6e44c9400ac.tar.zst
firejail-ead373fcb9a79e6cdc7aff88d3c0d6e44c9400ac.zip
testing
Diffstat (limited to 'test/fcopy')
-rwxr-xr-xtest/fcopy/dircopy.exp2
-rwxr-xr-xtest/fcopy/filecopy.exp2
-rwxr-xr-xtest/fcopy/linkcopy.exp2
3 files changed, 6 insertions, 0 deletions
diff --git a/test/fcopy/dircopy.exp b/test/fcopy/dircopy.exp
index e8462ae82..ae6ffecf0 100755
--- a/test/fcopy/dircopy.exp
+++ b/test/fcopy/dircopy.exp
@@ -118,6 +118,8 @@ expect {
118} 118}
119after 100 119after 100
120 120
121send -- "stty -echo\r"
122after 100
121send -- "diff -q src/a/b/file4 dest/a/b/file4; echo done\r" 123send -- "diff -q src/a/b/file4 dest/a/b/file4; echo done\r"
122expect { 124expect {
123 timeout {puts "TESTING ERROR 16\n";exit} 125 timeout {puts "TESTING ERROR 16\n";exit}
diff --git a/test/fcopy/filecopy.exp b/test/fcopy/filecopy.exp
index 824a22bba..8074f2ee8 100755
--- a/test/fcopy/filecopy.exp
+++ b/test/fcopy/filecopy.exp
@@ -35,6 +35,8 @@ expect {
35 "rwxrwxr-x" { puts "umask 0002\n" } 35 "rwxrwxr-x" { puts "umask 0002\n" }
36} 36}
37after 100 37after 100
38send -- "stty -echo\r"
39after 100
38 40
39send -- "diff -q dircopy.exp dest/dircopy.exp; echo done\r" 41send -- "diff -q dircopy.exp dest/dircopy.exp; echo done\r"
40expect { 42expect {
diff --git a/test/fcopy/linkcopy.exp b/test/fcopy/linkcopy.exp
index 46ee327cb..ea64329c1 100755
--- a/test/fcopy/linkcopy.exp
+++ b/test/fcopy/linkcopy.exp
@@ -34,6 +34,8 @@ expect {
34 "lrwxrwxrwx" 34 "lrwxrwxrwx"
35} 35}
36after 100 36after 100
37send -- "stty -echo\r"
38after 100
37 39
38send -- "diff -q dircopy.exp dest/dircopy.exp; echo done\r" 40send -- "diff -q dircopy.exp dest/dircopy.exp; echo done\r"
39expect { 41expect {