summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--regress/sftp-batch.sh4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 65235295e..038eb1e71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@
7 - jmc@cvs.openbsd.org 2003/11/07 10:16:44 7 - jmc@cvs.openbsd.org 2003/11/07 10:16:44
8 [ssh-com.sh] 8 [ssh-com.sh]
9 adress -> address, and a few more; all from Jonathon Gray; 9 adress -> address, and a few more; all from Jonathon Gray;
10 - djm@cvs.openbsd.org 2004/01/13 09:49:06
11 [sftp-batch.sh]
12 don't delete thyself when running without obj/ ; ok markus@
10 13
1120040128 1420040128
12 - (dtucker) [regress/README.regress] Add tcpwrappers issue, noted by tim@ 15 - (dtucker) [regress/README.regress] Add tcpwrappers issue, noted by tim@
@@ -1776,4 +1779,4 @@
1776 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1779 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1777 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1780 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1778 1781
1779$Id: ChangeLog,v 1.3201 2004/01/30 02:00:29 dtucker Exp $ 1782$Id: ChangeLog,v 1.3202 2004/01/30 02:02:55 dtucker Exp $
diff --git a/regress/sftp-batch.sh b/regress/sftp-batch.sh
index f648eae80..365c47cfc 100644
--- a/regress/sftp-batch.sh
+++ b/regress/sftp-batch.sh
@@ -1,11 +1,11 @@
1# $OpenBSD: sftp-batch.sh,v 1.2 2003/01/10 07:52:41 djm Exp $ 1# $OpenBSD: sftp-batch.sh,v 1.3 2004/01/13 09:49:06 djm Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="sftp batchfile" 4tid="sftp batchfile"
5 5
6DATA=/bin/ls${EXEEXT} 6DATA=/bin/ls${EXEEXT}
7COPY=${OBJ}/copy 7COPY=${OBJ}/copy
8BATCH=${OBJ}/sftp-batch.tmp 8BATCH=${OBJ}/sftp.bb
9 9
10rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd ${BATCH}.* 10rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd ${BATCH}.*
11 11