about summary refs log tree commit diff
path: root/Test/Y01completion.ztst
diff options
context:
space:
mode:
authorMarlon Richert <marlon.richert@gmail.com>2021-04-06 14:29:26 +0300
committerOliver Kiddle <opk@zsh.org>2021-04-06 13:59:43 +0200
commitaaf619cc22b0c2bf431be9c3d1d13d90585a17d3 (patch)
tree89ceebb933f23ab450075eec25f525be71ff547c /Test/Y01completion.ztst
parente3c4c80f3ece4e28b4b29303f80efec861087ac4 (diff)
downloadzsh-aaf619cc22b0c2bf431be9c3d1d13d90585a17d3.tar.gz
zsh-aaf619cc22b0c2bf431be9c3d1d13d90585a17d3.tar.xz
zsh-aaf619cc22b0c2bf431be9c3d1d13d90585a17d3.zip
48413: Fix _expand completion test
Diffstat (limited to 'Test/Y01completion.ztst')
-rw-r--r--Test/Y01completion.ztst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Test/Y01completion.ztst b/Test/Y01completion.ztst
index eff6910c2..858fa7220 100644
--- a/Test/Y01completion.ztst
+++ b/Test/Y01completion.ztst
@@ -44,7 +44,7 @@
 >line: {: dir1/}{}
 >line: {: dir2/}{}
 
-  comptest $': *\t\t\t\t\t\t\t'
+  comptest $': *\t\t\t\t\t\t'
 0:_expand shows file types
 >line: {: dir1/}{}
 >DESCRIPTION:{expansions}
@@ -56,7 +56,6 @@
 >NO:{dir1 dir2 file1 file2}
 >DESCRIPTION:{original}
 >NO:{*}
->line: {: dir1/}{}
 >line: {: dir2/}{}
 >line: {: file1 }{}
 >line: {: file2 }{}