about summary refs log tree commit diff
path: root/Test/V08zpty.ztst
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-01-14 14:24:01 +0000
committerPeter Stephenson <pws@zsh.org>2015-01-14 14:25:18 +0000
commit455f8519b217837f67f33d2f70c817fdecd43be3 (patch)
tree74d32ee93c9e4fdc1425622b8d3fecf6ac1089f0 /Test/V08zpty.ztst
parent9fcc9d6e8dd778007c0dd51860651f8256c6640c (diff)
downloadzsh-455f8519b217837f67f33d2f70c817fdecd43be3.tar.gz
zsh-455f8519b217837f67f33d2f70c817fdecd43be3.tar.xz
zsh-455f8519b217837f67f33d2f70c817fdecd43be3.zip
34275: assume zpty can't be used for testing Cygwin
Diffstat (limited to 'Test/V08zpty.ztst')
-rw-r--r--Test/V08zpty.ztst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Test/V08zpty.ztst b/Test/V08zpty.ztst
index 5b08fc281..b0cbfa050 100644
--- a/Test/V08zpty.ztst
+++ b/Test/V08zpty.ztst
@@ -6,7 +6,8 @@
   if ! zmodload zsh/zpty 2>/dev/null
   then
     ZTST_unimplemented="the zsh/zpty module is not available"
-    return 0
+  elif [[ $OSTYPE = cygwin ]]; then
+    ZTST_unimplemented="the zsh/zpty module does not work on Cygwin"
   fi
 
 %test