about summary refs log tree commit diff
path: root/Test/V08zpty.ztst
diff options
context:
space:
mode:
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