zsh-workers
 help / color / mirror / code / Atom feed
90dce6148f5934b0a3f45623dd6c759a1bcbe9f3 blob 383 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
 
# 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
debug log:

solving 90dce61 ...
found 90dce61 in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).