aboutsummaryrefslogtreecommitdiffstats
path: root/test/fcopy/filecopy.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-04-07 09:09:04 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-04-07 09:09:04 -0400
commit8b1861ae7223a8ff4034046e4c28d800878199d1 (patch)
tree45fe81f99e5b660167e04aa0785431aacaa45f46 /test/fcopy/filecopy.exp
parenttesting (diff)
downloadfirejail-8b1861ae7223a8ff4034046e4c28d800878199d1.tar.gz
firejail-8b1861ae7223a8ff4034046e4c28d800878199d1.tar.zst
firejail-8b1861ae7223a8ff4034046e4c28d800878199d1.zip
CentOS fixes
Diffstat (limited to 'test/fcopy/filecopy.exp')
-rwxr-xr-xtest/fcopy/filecopy.exp5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/fcopy/filecopy.exp b/test/fcopy/filecopy.exp
index a89eaf40f..e0d959c32 100755
--- a/test/fcopy/filecopy.exp
+++ b/test/fcopy/filecopy.exp
@@ -19,7 +19,7 @@ after 100
19send -- "find dest\r" 19send -- "find dest\r"
20expect { 20expect {
21 timeout {puts "TESTING ERROR 0\n";exit} 21 timeout {puts "TESTING ERROR 0\n";exit}
22 "dest/" 22 "dest"
23} 23}
24expect { 24expect {
25 timeout {puts "TESTING ERROR 1\n";exit} 25 timeout {puts "TESTING ERROR 1\n";exit}
@@ -31,7 +31,8 @@ after 100
31send -- "ls -al dest\r" 31send -- "ls -al dest\r"
32expect { 32expect {
33 timeout {puts "TESTING ERROR 2\n";exit} 33 timeout {puts "TESTING ERROR 2\n";exit}
34 "rwxr-xr-x" 34 "rwxr-xr-x" { puts "umask 0022\n" }
35 "rwxrwxr-x" { puts "umask 0002\n" }
35} 36}
36after 100 37after 100
37 38