diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2020-03-21 19:16:17 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2020-03-25 23:49:02 +0000 |
commit | fc286a7c11aa767cab203f1fe111133eac9056fa (patch) | |
tree | 8433ad019e8a590b3ba680f4977ef4afe14c345e /ChangeLog | |
parent | dabfd1f1fbab2b6543f541488c73bdc28230f43f (diff) | |
download | zsh-fc286a7c11aa767cab203f1fe111133eac9056fa.tar.gz zsh-fc286a7c11aa767cab203f1fe111133eac9056fa.tar.xz zsh-fc286a7c11aa767cab203f1fe111133eac9056fa.zip |
45583/0008: Extend tests to prove that what remains of xsymlinks() handles symlink loops gracefully.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index aa056bbd6..fea7b0f76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2020-03-25 Daniel Shahaf <d.s@daniel.shahaf.name> + * 45583/0008: Etc/BUGS, Src/utils.c, Test/B13whence.ztst: + Extend tests to prove that what remains of xsymlinks() handles + symlink loops gracefully. + * 45583/0007: Src/utils.c: Remove code that is now unreachable. * 45583/0006: Src/utils.c: Don't use xsymlinks() in 'whence -s'. |