about summary refs log tree commit diff
path: root/Test/X04zlehighlight.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/X04zlehighlight.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/X04zlehighlight.ztst')
-rw-r--r--Test/X04zlehighlight.ztst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Test/X04zlehighlight.ztst b/Test/X04zlehighlight.ztst
index ea1d64fe1..f84c02505 100644
--- a/Test/X04zlehighlight.ztst
+++ b/Test/X04zlehighlight.ztst
@@ -5,8 +5,6 @@
   export TERM=xterm-256color
   if [[ ${+termcap} != 1 || ${termcap[Co]} != <-> || ${termcap[Co]} -lt 256 ]]; then
     ZTST_unimplemented="no termcap module OR termcap doesn't support 256 or more colors"
-  elif [[ $OSTYPE == cygwin ]]; then
-    ZTST_unimplemented='the zsh/zpty module does not work on Cygwin'
   elif zmodload zsh/zpty 2> /dev/null; then
     zpty_start() {
       export PS1= PS2=