mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-25 11:22:10 +00:00
- (tim) [regress/keytype.sh] stderr redirection needs to be inside back quote
to work. Spotted by Angel Gonzalez
This commit is contained in:
parent
f79b5d38a1
commit
a3f297de91
@ -4,6 +4,8 @@
|
|||||||
ok dtucker@
|
ok dtucker@
|
||||||
- (tim) [defines.h] move chunk introduced in 1.125 before MAXPATHLEN so
|
- (tim) [defines.h] move chunk introduced in 1.125 before MAXPATHLEN so
|
||||||
it actually works.
|
it actually works.
|
||||||
|
- (tim) [regress/keytype.sh] stderr redirection needs to be inside back quote
|
||||||
|
to work. Spotted by Angel Gonzalez
|
||||||
|
|
||||||
20120214
|
20120214
|
||||||
- (djm) [openbsd-compat/bsd-cygwin_util.c] Add PROGRAMFILES to list of
|
- (djm) [openbsd-compat/bsd-cygwin_util.c] Add PROGRAMFILES to list of
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
tid="login with different key types"
|
tid="login with different key types"
|
||||||
|
|
||||||
TIME=`which time` 2>/dev/null
|
TIME=`which time 2>/dev/null`
|
||||||
if test ! -x "$TIME"; then
|
if test ! -x "$TIME"; then
|
||||||
TIME=""
|
TIME=""
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user