about summary refs log tree commit diff
path: root/Test/Y04compgen.ztst
diff options
context:
space:
mode:
Diffstat (limited to 'Test/Y04compgen.ztst')
-rw-r--r--Test/Y04compgen.ztst21
1 files changed, 0 insertions, 21 deletions
diff --git a/Test/Y04compgen.ztst b/Test/Y04compgen.ztst
deleted file mode 100644
index 90dce6148..000000000
--- a/Test/Y04compgen.ztst
+++ /dev/null
@@ -1,21 +0,0 @@
-# Tests for bash compgen compatibility.
-
-%prep
-  if ( zmodload zsh/parameter ) >/dev/null 2>&1; then
-    . $ZTST_srcdir/compgentest
-    comptestinit -z $ZTST_testdir/../Src/zsh &&
-  else
-    ZTST_unimplemented="the zsh/parameter module is not available"
-  fi
-
-%test
-
-  comptest $': \t\t\t\t\t\t\t'
-0:bash compatibility: compgen -W
->abc
->abe
->ab
-
-%clean
-
-  zmodload -ui zsh/parameter