about summary refs log tree commit diff
path: root/Test/compgentest
diff options
context:
space:
mode:
Diffstat (limited to 'Test/compgentest')
-rw-r--r--Test/compgentest15
1 files changed, 0 insertions, 15 deletions
diff --git a/Test/compgentest b/Test/compgentest
deleted file mode 100644
index 26b202c43..000000000
--- a/Test/compgentest
+++ /dev/null
@@ -1,15 +0,0 @@
-comptestinit () {
-  
-  setopt extendedglob
-  [[ -d $ZTST_testdir/Modules/zsh ]] && module_path=( $ZTST_testdir/Modules )
-
-  zmodload -i zsh/parameter || return $?
-  autoload -Uz bashcompinit || return $?
-  bashcompinit || return $?
-
-}
-
-comptest () {
-  compgen -W 'abc abe ab a def' ab
-}
-