diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | Test/B13whence.ztst | 4 |
2 files changed, 9 insertions, 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> * 53588 (tweaked): Src/Modules/system.c, Test/V14system.ztst: diff --git a/Test/B13whence.ztst b/Test/B13whence.ztst index 3b35835fe..e455d38ae 100644 --- a/Test/B13whence.ztst +++ b/Test/B13whence.ztst @@ -32,3 +32,7 @@ whence -S flip || whence -S loop || whence -s flip || whence -s loop ) 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 |
