diff options
| author | dana <dana@dana.is> | 2021-03-28 00:22:59 -0500 |
|---|---|---|
| committer | dana <dana@dana.is> | 2021-03-28 00:22:59 -0500 |
| commit | d3906d7a2fb64ae5c33576cd98872262fb686383 (patch) | |
| tree | a149ba4abb2426875e0a954d6bce5953ab3a4f01 /Test | |
| parent | 48131/0004: FAQ: 3.31: Rearrange (diff) | |
| download | zsh-d3906d7a2fb64ae5c33576cd98872262fb686383.tar zsh-d3906d7a2fb64ae5c33576cd98872262fb686383.tar.gz zsh-d3906d7a2fb64ae5c33576cd98872262fb686383.tar.bz2 zsh-d3906d7a2fb64ae5c33576cd98872262fb686383.tar.lz zsh-d3906d7a2fb64ae5c33576cd98872262fb686383.tar.xz zsh-d3906d7a2fb64ae5c33576cd98872262fb686383.tar.zst zsh-d3906d7a2fb64ae5c33576cd98872262fb686383.zip | |
48216: Fix broken Y01 test from workers/48180
Diffstat (limited to 'Test')
| -rw-r--r-- | Test/Y01completion.ztst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Test/Y01completion.ztst b/Test/Y01completion.ztst index f6474c4a1..571f3cf16 100644 --- a/Test/Y01completion.ztst +++ b/Test/Y01completion.ztst @@ -240,7 +240,10 @@ F:regression test workers/31611 comptesteval '_tst() { local disp=( {a..z} ); compadd -ld disp $disp[@]; comppostfuncs=( _pst ) }' comptesteval '_pst() { local disp=( "<INSERT>$compstate[insert]</INSERT>" ); compadd -Qld disp $disp }' comptesteval "zstyle ':completion:*' menu select=long-list" + # This test is sensitive to sorting differences across platforms + comptesteval 'export LC_ALL=C' comptest $'tst \C-d' + comptesteval "export LC_ALL=${(q)ZSH_TEST_LANG}" 0: menu select=long-list starts menu selection for list widgets >NO:{<INSERT>menu</INSERT>} >NO:{a} |
