Skip to content

Commit 59a1c22

Browse files
committed
retrigger appveyor
1 parent 6759809 commit 59a1c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regress/scp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ for mode in scp sftp ; do
5959
$SCP "${scpopts[@]}" somehost:${DATA} ${COPY} || fail "copy failed"
6060
cmp ${DATA} ${COPY} || fail "corrupted copy"
6161

62-
# In place tests will not work on Windows because the file being read from is the file being written to simultaneously
62+
# In place tests will not work on Windows because of simultaneous read of/write to file
6363

6464
# verbose "$tag: copy local file to remote file in place"
6565
# scpclean

0 commit comments

Comments
 (0)