aboutsummaryrefslogtreecommitdiffstats
path: root/test/fcopy/filecopy.exp
diff options
context:
space:
mode:
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