From 455f8519b217837f67f33d2f70c817fdecd43be3 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 14 Jan 2015 14:24:01 +0000 Subject: 34275: assume zpty can't be used for testing Cygwin --- Test/V08zpty.ztst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Test/V08zpty.ztst') 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 -- cgit 1.4.1