diff options
Diffstat (limited to 'regress/sftp-badcmds.sh')
-rw-r--r-- | regress/sftp-badcmds.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sftp-badcmds.sh b/regress/sftp-badcmds.sh index 4fe32effa..a6a19409d 100644 --- a/regress/sftp-badcmds.sh +++ b/regress/sftp-badcmds.sh | |||
@@ -9,7 +9,7 @@ NONEXIST=/NONEXIST.$$ | |||
9 | COPY=${OBJ}/copy | 9 | COPY=${OBJ}/copy |
10 | GLOBFILES=`(cd /bin;echo l*)` | 10 | GLOBFILES=`(cd /bin;echo l*)` |
11 | 11 | ||
12 | rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd ${BATCH}.* | 12 | rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd |
13 | 13 | ||
14 | rm -f ${COPY} | 14 | rm -f ${COPY} |
15 | verbose "$tid: get nonexistent" | 15 | verbose "$tid: get nonexistent" |
@@ -73,6 +73,6 @@ verbose "$tid: glob put files to local file" | |||
73 | echo "put /bin/l* $COPY" | ${SFTP} -P ${SFTPSERVER} >/dev/null 2>&1 | 73 | echo "put /bin/l* $COPY" | ${SFTP} -P ${SFTPSERVER} >/dev/null 2>&1 |
74 | cmp ${DATA2} ${COPY} || fail "put successed when it should have failed" | 74 | cmp ${DATA2} ${COPY} || fail "put successed when it should have failed" |
75 | 75 | ||
76 | rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd ${BATCH}.* | 76 | rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd |
77 | 77 | ||
78 | 78 | ||