We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6759809 commit 59a1c22Copy full SHA for 59a1c22
regress/scp.sh
@@ -59,7 +59,7 @@ for mode in scp sftp ; do
59
$SCP "${scpopts[@]}" somehost:${DATA} ${COPY} || fail "copy failed"
60
cmp ${DATA} ${COPY} || fail "corrupted copy"
61
62
- # In place tests will not work on Windows because the file being read from is the file being written to simultaneously
+ # In place tests will not work on Windows because of simultaneous read of/write to file
63
64
# verbose "$tag: copy local file to remote file in place"
65
# scpclean
0 commit comments