summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2005-03-02 21:49:56 -0800
committerTim Rice <tim@multitalents.net>2005-03-02 21:49:56 -0800
commitf8f3016f9e959e5f1220ccdcd8f5d1c48b6bdb25 (patch)
tree46c88f092822a004a9c4e95c55ed0155d3bfa347
parent947219e6e6d8be46d42c70239a907e4227e62d4a (diff)
- (tim) [regress/agent-ptrace.sh] add another possible gdb error.
-rw-r--r--ChangeLog3
-rw-r--r--regress/agent-ptrace.sh2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d7e4fba19..416a4ea99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,6 +46,7 @@
46 [ssh.1] 46 [ssh.1]
47 bz#987: mention ForwardX11Trusted in ssh.1, 47 bz#987: mention ForwardX11Trusted in ssh.1,
48 reported by andrew.benham AT thus.net; ok deraadt@ 48 reported by andrew.benham AT thus.net; ok deraadt@
49 - (tim) [regress/agent-ptrace.sh] add another possible gdb error.
49 50
5020050301 5120050301
51 - (djm) OpenBSD CVS sync: 52 - (djm) OpenBSD CVS sync:
@@ -2265,4 +2266,4 @@
2265 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2266 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2266 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2267 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2267 2268
2268$Id: ChangeLog,v 1.3687 2005/03/02 02:22:30 djm Exp $ 2269$Id: ChangeLog,v 1.3688 2005/03/03 05:49:56 tim Exp $
diff --git a/regress/agent-ptrace.sh b/regress/agent-ptrace.sh
index 9aff167c1..4de2638e4 100644
--- a/regress/agent-ptrace.sh
+++ b/regress/agent-ptrace.sh
@@ -41,7 +41,7 @@ EOF
41 if [ $? -ne 0 ]; then 41 if [ $? -ne 0 ]; then
42 fail "gdb failed: exit code $?" 42 fail "gdb failed: exit code $?"
43 fi 43 fi
44 egrep 'ptrace: Operation not permitted.|procfs:.*Permission denied.|ttrace attach: Permission denied.' >/dev/null ${OBJ}/gdb.out 44 egrep 'ptrace: Operation not permitted.|procfs:.*Permission denied.|ttrace attach: Permission denied.|procfs:.*: Invalid argument.' >/dev/null ${OBJ}/gdb.out
45 r=$? 45 r=$?
46 rm -f ${OBJ}/gdb.out 46 rm -f ${OBJ}/gdb.out
47 if [ $r -ne 0 ]; then 47 if [ $r -ne 0 ]; then