mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-24 19:02:06 +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@
|
||||
- (tim) [defines.h] move chunk introduced in 1.125 before MAXPATHLEN so
|
||||
it actually works.
|
||||
- (tim) [regress/keytype.sh] stderr redirection needs to be inside back quote
|
||||
to work. Spotted by Angel Gonzalez
|
||||
|
||||
20120214
|
||||
- (djm) [openbsd-compat/bsd-cygwin_util.c] Add PROGRAMFILES to list of
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
tid="login with different key types"
|
||||
|
||||
TIME=`which time` 2>/dev/null
|
||||
TIME=`which time 2>/dev/null`
|
||||
if test ! -x "$TIME"; then
|
||||
TIME=""
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user