]> andersk Git - gssapi-openssh.git/blobdiff - openssh/regress/sftp-cmds.sh
no derived files in cvs
[gssapi-openssh.git] / openssh / regress / sftp-cmds.sh
index 3669b19ff1348114fada7f3682b00050f25e80b6..31b21d1f2aca82e282f60faf444b2462bc366b6e 100644 (file)
@@ -85,6 +85,7 @@ echo "get \"$DATA\" $COPY" | ${SFTP} -P ${SFTPSERVER} >/dev/null 2>&1 \
        || fail "get failed"
 cmp $DATA ${COPY} || fail "corrupted copy after get"
 
+if [ "$os" != "cygwin" ]; then
 rm -f ${QUOTECOPY}
 cp $DATA ${QUOTECOPY}
 verbose "$tid: get filename with quotes"
@@ -92,6 +93,7 @@ echo "get \"$QUOTECOPY_ARG\" ${COPY}" | ${SFTP} -P ${SFTPSERVER} >/dev/null 2>&1
        || fail "put failed"
 cmp ${COPY} ${QUOTECOPY} || fail "corrupted copy after get with quotes"
 rm -f ${QUOTECOPY} ${COPY}
+fi
 
 rm -f ${COPY}.dd/*
 verbose "$tid: get to directory"
This page took 1.141852 seconds and 4 git commands to generate.