]> andersk Git - openssh.git/commitdiff
- (tim) [regress/agent-ptrace.sh] add another possible gdb error.
authortim <tim>
Thu, 3 Mar 2005 05:49:56 +0000 (05:49 +0000)
committertim <tim>
Thu, 3 Mar 2005 05:49:56 +0000 (05:49 +0000)
ChangeLog
regress/agent-ptrace.sh

index 0c0a4b039f610a2feaad12fa608de5775b126b1f..9bdff1b842e2c81dd7253bf6a3958f32148bdcd6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,6 +46,7 @@
      [ssh.1]
      bz#987: mention ForwardX11Trusted in ssh.1,
      reported by andrew.benham AT thus.net; ok deraadt@
+ - (tim) [regress/agent-ptrace.sh] add another possible gdb error.
 
 20050301
  - (djm) OpenBSD CVS sync:
index 9aff167c1266e04a63cbafe9c72e945d388d8d60..4de2638e4acc97a8e7b9677c5c61f7e32aa64ec0 100644 (file)
@@ -41,7 +41,7 @@ EOF
        if [ $? -ne 0 ]; then
                fail "gdb failed: exit code $?"
        fi
-       egrep 'ptrace: Operation not permitted.|procfs:.*Permission denied.|ttrace attach: Permission denied.' >/dev/null ${OBJ}/gdb.out
+       egrep 'ptrace: Operation not permitted.|procfs:.*Permission denied.|ttrace attach: Permission denied.|procfs:.*: Invalid argument.' >/dev/null ${OBJ}/gdb.out
        r=$?
        rm -f ${OBJ}/gdb.out
        if [ $r -ne 0 ]; then
This page took 0.042463 seconds and 5 git commands to generate.