diff options
author | Peter Stephenson <p.stephenson@samsung.com> | 2018-09-14 09:19:19 +0100 |
---|---|---|
committer | Peter Stephenson <p.stephenson@samsung.com> | 2018-09-14 09:22:08 +0100 |
commit | 10568271944f2b304bded6a07f9ea2953d5e4dc1 (patch) | |
tree | 2eafb57904b2a4e5891e6dc44fd12ef51b989d55 /ChangeLog | |
parent | 24bb4655662a0cb0e9dd0a54637905007c5b98aa (diff) | |
download | zsh-10568271944f2b304bded6a07f9ea2953d5e4dc1.tar.gz zsh-10568271944f2b304bded6a07f9ea2953d5e4dc1.tar.xz zsh-10568271944f2b304bded6a07f9ea2953d5e4dc1.zip |
43466: Make path(5) test more generic.
Only test non-zero status as OS error codes and messages vary.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8d2cd80db..da9ea92ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-09-14 Peter Stephenson <p.stephenson@samsung.com> + + * 43466: Test/A05execution.ztst: path(5) test is too specific as + OS codes and messages may vary. + 2018-09-12 Daniel Shahaf <d.s@daniel.shahaf.name> * unposted: Completion/Unix/Command/_subversion: _svn: Complete |