From 6e20f0e3d1b9062d6e26df5c565e122888cf22ae Mon Sep 17 00:00:00 2001 From: Jun-ichi Takimoto Date: Wed, 20 Jan 2021 13:49:42 +0900 Subject: 47849: do not skip tests requiring zpty on Cygwin --- Test/Y02compmatch.ztst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Test/Y02compmatch.ztst') diff --git a/Test/Y02compmatch.ztst b/Test/Y02compmatch.ztst index e2f8e1a61..621707482 100644 --- a/Test/Y02compmatch.ztst +++ b/Test/Y02compmatch.ztst @@ -11,9 +11,7 @@ # contains the compadd output. %prep - if [[ $OSTYPE = cygwin ]]; then - ZTST_unimplemented="the zsh/zpty module does not work on Cygwin" - elif ( zmodload zsh/zpty 2>/dev/null ); then + if ( zmodload zsh/zpty 2>/dev/null ); then . $ZTST_srcdir/comptest mkdir match.tmp cd match.tmp -- cgit 1.4.1