diff options
author | Tim Rice <tim@multitalents.net> | 2005-03-02 21:49:56 -0800 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2005-03-02 21:49:56 -0800 |
commit | f8f3016f9e959e5f1220ccdcd8f5d1c48b6bdb25 (patch) | |
tree | 46c88f092822a004a9c4e95c55ed0155d3bfa347 /regress/agent-ptrace.sh | |
parent | 947219e6e6d8be46d42c70239a907e4227e62d4a (diff) |
- (tim) [regress/agent-ptrace.sh] add another possible gdb error.
Diffstat (limited to 'regress/agent-ptrace.sh')
-rw-r--r-- | regress/agent-ptrace.sh | 2 |
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 | |||
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 |