about summary refs log tree commit diff
path: root/Test/Y02compmatch.ztst
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2021-01-20 13:49:42 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2021-01-20 13:49:42 +0900
commit6e20f0e3d1b9062d6e26df5c565e122888cf22ae (patch)
tree31ab51b6fbd3550f6ae176bd39076ee3a60b2aba /Test/Y02compmatch.ztst
parentbf8ca5f019fa9fd585a7480a3d4198719369df92 (diff)
downloadzsh-6e20f0e3d1b9062d6e26df5c565e122888cf22ae.tar.gz
zsh-6e20f0e3d1b9062d6e26df5c565e122888cf22ae.tar.xz
zsh-6e20f0e3d1b9062d6e26df5c565e122888cf22ae.zip
47849: do not skip tests requiring zpty on Cygwin
Diffstat (limited to 'Test/Y02compmatch.ztst')
-rw-r--r--Test/Y02compmatch.ztst4
1 files changed, 1 insertions, 3 deletions
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