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/W02jobs.ztst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Test/W02jobs.ztst') diff --git a/Test/W02jobs.ztst b/Test/W02jobs.ztst index fe12f979d..b09f2ac62 100644 --- a/Test/W02jobs.ztst +++ b/Test/W02jobs.ztst @@ -2,9 +2,7 @@ %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 zpty_start() { export PS1= PS2= zpty -d -- cgit 1.4.1