mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-12-27 15:55:06 +01:00
53244: rename user in test case to reduce likelihood of failure due to user existing
This commit is contained in:
parent
4ca2f3fd7d
commit
638e09af6e
2 changed files with 13 additions and 8 deletions
|
@ -1,3 +1,8 @@
|
|||
2024-11-23 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 53244: Test/Y01completion.ztst: rename user in test case to
|
||||
reduce likelihood of failure due to user existing
|
||||
|
||||
2024-11-21 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
||||
|
||||
* 53238 (+53239 Mikael): Completion/Redhat/Command/_dnf,
|
||||
|
|
|
@ -112,16 +112,16 @@ F:regression test workers/51641
|
|||
>NO:{file2}
|
||||
|
||||
comptesteval $'zstyle -d \'*\' glob'
|
||||
comptesteval '_users () { compadd user1 user2 }'
|
||||
comptesteval '_users () { compadd zuser1 zuser2 }'
|
||||
comptest $': ~\t\t\t\t\t'
|
||||
0:tilde
|
||||
>line: {: ~user}{}
|
||||
>line: {: ~user}{}
|
||||
>NO:{user1}
|
||||
>NO:{user2}
|
||||
>line: {: ~user1}{}
|
||||
>line: {: ~user2}{}
|
||||
>line: {: ~user1}{}
|
||||
>line: {: ~zuser}{}
|
||||
>line: {: ~zuser}{}
|
||||
>NO:{zuser1}
|
||||
>NO:{zuser2}
|
||||
>line: {: ~zuser1}{}
|
||||
>line: {: ~zuser2}{}
|
||||
>line: {: ~zuser1}{}
|
||||
|
||||
comptesteval 'zsh_directory_name() { compadd "$expl[@]" -- name/1 name2 }'
|
||||
comptest $': ~[\t\t\t\t'
|
||||
|
|
Loading…
Reference in a new issue