summaryrefslogtreecommitdiffstats
path: root/regress/agent-ptrace.sh
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2005-03-03 06:49:56 +0100
committerTim Rice <tim@multitalents.net>2005-03-03 06:49:56 +0100
commitf8f3016f9e959e5f1220ccdcd8f5d1c48b6bdb25 (patch)
tree46c88f092822a004a9c4e95c55ed0155d3bfa347 /regress/agent-ptrace.sh
parent - djm@cvs.openbsd.org 2005/03/02 02:21:07 (diff)
downloadopenssh-f8f3016f9e959e5f1220ccdcd8f5d1c48b6bdb25.tar.xz
openssh-f8f3016f9e959e5f1220ccdcd8f5d1c48b6bdb25.zip
- (tim) [regress/agent-ptrace.sh] add another possible gdb error.
Diffstat (limited to 'regress/agent-ptrace.sh')
-rw-r--r--regress/agent-ptrace.sh2
1 files changed, 1 insertions, 1 deletions
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
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