mirror of git://anongit.mindrot.org/openssh.git
- (dtucker) [regress/agent-ptrace.sh] Test for GDB output from Solaris and
HP-UX, skip test on AIX.
This commit is contained in:
parent
ae52b7ca59
commit
203c40b513
|
@ -1,3 +1,7 @@
|
|||
20031115
|
||||
- (dtucker) [regress/agent-ptrace.sh] Test for GDB output from Solaris and
|
||||
HP-UX, skip test on AIX.
|
||||
|
||||
20031113
|
||||
- (dtucker) [auth-pam.c] Append newlines to lines output by the
|
||||
pam_chauthtok_conv().
|
||||
|
@ -1413,4 +1417,4 @@
|
|||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||
|
||||
$Id: ChangeLog,v 1.3096 2003/11/13 08:52:31 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.3097 2003/11/15 01:13:16 dtucker Exp $
|
||||
|
|
|
@ -5,7 +5,7 @@ tid="disallow agent ptrace attach"
|
|||
|
||||
if have_prog uname ; then
|
||||
case `uname` in
|
||||
CYGWIN*)
|
||||
AIX|CYGWIN*)
|
||||
echo "skipped (not supported on this platform)"
|
||||
exit 0
|
||||
;;
|
||||
|
@ -41,7 +41,7 @@ EOF
|
|||
if [ $? -ne 0 ]; then
|
||||
fail "gdb failed: exit code $?"
|
||||
fi
|
||||
grep 'ptrace: Operation not permitted.' >/dev/null ${OBJ}/gdb.out
|
||||
egrep 'ptrace: Operation not permitted.|procfs:.*Permission denied.|ttrace attach: Permission denied.' >/dev/null ${OBJ}/gdb.out
|
||||
r=$?
|
||||
rm -f ${OBJ}/gdb.out
|
||||
if [ $r -ne 0 ]; then
|
||||
|
|
Loading…
Reference in New Issue