diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-08-29 20:33:07 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-08-29 20:33:07 +1000 |
commit | b17035fb7ffefc984e76a92e6cbbc051fc8fbe97 (patch) | |
tree | 5b50b03d21bbb2865b7b1ddd562bad2af43df190 /regress/agent-ptrace.sh | |
parent | 2a502ff31031622d983db9846d15682c368f8801 (diff) |
- (dtucker) [regress/agent-ptrace.sh] Skip ptrace test on OSF1/DUnix/Tru64
too; patch from cmadams at hiwaay.net.
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 bd79d7cb8..9aff167c1 100644 --- a/regress/agent-ptrace.sh +++ b/regress/agent-ptrace.sh | |||
@@ -5,7 +5,7 @@ tid="disallow agent ptrace attach" | |||
5 | 5 | ||
6 | if have_prog uname ; then | 6 | if have_prog uname ; then |
7 | case `uname` in | 7 | case `uname` in |
8 | AIX|CYGWIN*) | 8 | AIX|CYGWIN*|OSF1) |
9 | echo "skipped (not supported on this platform)" | 9 | echo "skipped (not supported on this platform)" |
10 | exit 0 | 10 | exit 0 |
11 | ;; | 11 | ;; |