diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | regress/agent-ptrace.sh | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -34,6 +34,8 @@ | |||
34 | files ending in .exe that aren't binaries; patch from vinschen at redhat.com. | 34 | files ending in .exe that aren't binaries; patch from vinschen at redhat.com. |
35 | - (dtucker) [Makefile.in] Get regress/Makefile symlink right for out-of-tree | 35 | - (dtucker) [Makefile.in] Get regress/Makefile symlink right for out-of-tree |
36 | builds too, from vinschen at redhat.com. | 36 | builds too, from vinschen at redhat.com. |
37 | - (dtucker) [regress/agent-ptrace.sh] Skip ptrace test on OSF1/DUnix/Tru64 | ||
38 | too; patch from cmadams at hiwaay.net. | ||
37 | 39 | ||
38 | 20040828 | 40 | 20040828 |
39 | - (dtucker) [openbsd-compat/mktemp.c] Remove superfluous Cygwin #ifdef; from | 41 | - (dtucker) [openbsd-compat/mktemp.c] Remove superfluous Cygwin #ifdef; from |
@@ -1701,4 +1703,4 @@ | |||
1701 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 1703 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
1702 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 1704 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
1703 | 1705 | ||
1704 | $Id: ChangeLog,v 1.3533 2004/08/29 09:52:32 dtucker Exp $ | 1706 | $Id: ChangeLog,v 1.3534 2004/08/29 10:33:07 dtucker Exp $ |
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 | ;; |