summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-05-17 20:43:13 +1000
committerDarren Tucker <dtucker@zip.com.au>2013-05-17 20:43:13 +1000
commit438f60eb9a5f7cd40bb242cfec865e4fde71b07c (patch)
treeab71c6c663b6c1d2c356f8a529e989b0eb414150
parent1466bd25a8d1ff7ae455a795d2d7d52dc17d2938 (diff)
- dtucker@cvs.openbsd.org 2013/05/17 10:26:26
[regress/sftp-badcmds.sh] remove unused BATCH variable. (id sync only)
-rw-r--r--ChangeLog5
-rw-r--r--regress/sftp-badcmds.sh2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fc5c7005c..a582dfc8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -78,8 +78,11 @@
78 it works with a restrictive umask and the pid files are not world readable. 78 it works with a restrictive umask and the pid files are not world readable.
79 Changes from -portable. (id sync only) 79 Changes from -portable. (id sync only)
80 - dtucker@cvs.openbsd.org 2013/05/17 10:24:48 80 - dtucker@cvs.openbsd.org 2013/05/17 10:24:48
81 [localcommand.sh] 81 [regress/localcommand.sh]
82 use backticks for portability. (id sync only) 82 use backticks for portability. (id sync only)
83 - dtucker@cvs.openbsd.org 2013/05/17 10:26:26
84 [regress/sftp-badcmds.sh]
85 remove unused BATCH variable. (id sync only)
83 - (dtucker) [regress/bsd.regress.mk] Remove unused file. We've never used it 86 - (dtucker) [regress/bsd.regress.mk] Remove unused file. We've never used it
84 in portable and it's long gone in openbsd. 87 in portable and it's long gone in openbsd.
85 - (dtucker) [regress/integrity.sh]. Force fixed Diffie-Hellman key exchange 88 - (dtucker) [regress/integrity.sh]. Force fixed Diffie-Hellman key exchange
diff --git a/regress/sftp-badcmds.sh b/regress/sftp-badcmds.sh
index 3dbeb58ca..7f85c4f22 100644
--- a/regress/sftp-badcmds.sh
+++ b/regress/sftp-badcmds.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: sftp-badcmds.sh,v 1.5 2013/05/17 04:29:14 dtucker Exp $ 1# $OpenBSD: sftp-badcmds.sh,v 1.6 2013/05/17 10:26:26 dtucker Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="sftp invalid commands" 4tid="sftp invalid commands"