summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--regress/keytype.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ce88d9195..3f5630da4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
4 ok dtucker@ 4 ok dtucker@
5 - (tim) [defines.h] move chunk introduced in 1.125 before MAXPATHLEN so 5 - (tim) [defines.h] move chunk introduced in 1.125 before MAXPATHLEN so
6 it actually works. 6 it actually works.
7 - (tim) [regress/keytype.sh] stderr redirection needs to be inside back quote
8 to work. Spotted by Angel Gonzalez
7 9
820120214 1020120214
9 - (djm) [openbsd-compat/bsd-cygwin_util.c] Add PROGRAMFILES to list of 11 - (djm) [openbsd-compat/bsd-cygwin_util.c] Add PROGRAMFILES to list of
diff --git a/regress/keytype.sh b/regress/keytype.sh
index 2cbf132bd..cb40c6864 100644
--- a/regress/keytype.sh
+++ b/regress/keytype.sh
@@ -3,7 +3,7 @@
3 3
4tid="login with different key types" 4tid="login with different key types"
5 5
6TIME=`which time` 2>/dev/null 6TIME=`which time 2>/dev/null`
7if test ! -x "$TIME"; then 7if test ! -x "$TIME"; then
8 TIME="" 8 TIME=""
9fi 9fi