summaryrefslogtreecommitdiff
path: root/regress/sftp-batch.sh
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-09-07 09:31:02 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-09-07 09:31:02 +1000
commite1e26a6c1545f9b54d439178cffa4129fae91426 (patch)
treee20a1ea2f1c0b6b5ab5ee4dbcfa157088784b82b /regress/sftp-batch.sh
parentd199b6d69bee62d6e46db5aaf3ead9fa07b79d80 (diff)
downloadopenssh-git-e1e26a6c1545f9b54d439178cffa4129fae91426.tar.gz
- (dtucker) [regress/sftp-batch.sh] Make temporary batch file name more
distinctive, so "rm ${BATCH}.*" doesn't match the script itself.
Diffstat (limited to 'regress/sftp-batch.sh')
-rw-r--r--regress/sftp-batch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sftp-batch.sh b/regress/sftp-batch.sh
index 0f2dafa8..f648eae8 100644
--- a/regress/sftp-batch.sh
+++ b/regress/sftp-batch.sh
@@ -5,7 +5,7 @@ tid="sftp batchfile"
DATA=/bin/ls${EXEEXT}
COPY=${OBJ}/copy
-BATCH=${OBJ}/sftp-batch
+BATCH=${OBJ}/sftp-batch.tmp
rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd ${BATCH}.*