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/X02zlevi.ztst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Test/X02zlevi.ztst') diff --git a/Test/X02zlevi.ztst b/Test/X02zlevi.ztst index 4e7966e12..8146d6752 100644 --- a/Test/X02zlevi.ztst +++ b/Test/X02zlevi.ztst @@ -11,9 +11,7 @@ break; fi done - 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 comptestinit -v -z $ZTST_testdir/../Src/zsh else -- cgit 1.4.1