diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/agent-ptrace.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/agent-ptrace.sh b/regress/agent-ptrace.sh index b9570ef48..8b133a39b 100644 --- a/regress/agent-ptrace.sh +++ b/regress/agent-ptrace.sh | |||
@@ -5,8 +5,8 @@ tid="disallow agent ptrace attach" | |||
5 | 5 | ||
6 | if [ -x `which uname 2>&1` ]; then | 6 | if [ -x `which uname 2>&1` ]; then |
7 | case `uname` in | 7 | case `uname` in |
8 | Linux|HP-UX|SunOS|NetBSD|AIX) | 8 | Linux|HP-UX|SunOS|NetBSD|AIX|CYGWIN*) |
9 | echo "skipped (not supported)" | 9 | echo "skipped (not supported on this platform)" |
10 | exit 0 | 10 | exit 0 |
11 | ;; | 11 | ;; |
12 | esac | 12 | esac |