mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-06-20 22:18:02 +02:00
53524 (cf. 53607): Add an XFAIL test for a 'whence -s' bug involving non-symlink arguments.
This commit is contained in:
parent
a2f390701a
commit
ed0c98f63f
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2025-05-14 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||||
|
|
||||||
|
* 53524 (cf. 53607): Test/B13whence.ztst: Add an XFAIL test for a
|
||||||
|
'whence -s' bug involving non-symlink arguments.
|
||||||
|
|
||||||
2025-05-13 dana@dana.is <dana@dana.is>
|
2025-05-13 dana@dana.is <dana@dana.is>
|
||||||
|
|
||||||
* 53588 (tweaked): Src/Modules/system.c, Test/V14system.ztst:
|
* 53588 (tweaked): Src/Modules/system.c, Test/V14system.ztst:
|
||||||
|
|
|
@ -32,3 +32,7 @@
|
||||||
whence -S flip || whence -S loop || whence -s flip || whence -s loop
|
whence -S flip || whence -S loop || whence -s flip || whence -s loop
|
||||||
)
|
)
|
||||||
1:whence deals with symlink loops gracefully
|
1:whence deals with symlink loops gracefully
|
||||||
|
|
||||||
|
whence -s =sh(:P) | grep '.->' | wc -l
|
||||||
|
-fD:(workers/53524) whence -s doesn't print arrows for symlink-free paths
|
||||||
|
>0
|
||||||
|
|
Loading…
Reference in a new issue