summaryrefslogtreecommitdiff
path: root/Test
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2024-11-23 22:29:19 +0100
committerOliver Kiddle <opk@zsh.org>2024-11-23 22:29:19 +0100
commit638e09af6e032e63d3a3f7e4ac4ffaf5bcf446d0 (patch)
tree44be322a3d02d054a8915256872a74dcd48f255a /Test
parent4ca2f3fd7d800d16c8691be4d459daefd236bdf2 (diff)
downloadzsh-638e09af6e032e63d3a3f7e4ac4ffaf5bcf446d0.tar.gz
zsh-638e09af6e032e63d3a3f7e4ac4ffaf5bcf446d0.zip
53244: rename user in test case to reduce likelihood of failure due to user existing
Diffstat (limited to 'Test')
-rw-r--r--Test/Y01completion.ztst16
1 files changed, 8 insertions, 8 deletions
diff --git a/Test/Y01completion.ztst b/Test/Y01completion.ztst
index fc18b19a4..769b8c9e4 100644
--- a/Test/Y01completion.ztst
+++ b/Test/Y01completion.ztst
@@ -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'