diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-06-25 03:06:33 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-06-25 03:06:33 +0000 |
commit | 50f88338e67084fa31be6843d47bd4d675458e7a (patch) | |
tree | c773e8d4342bf45cd3f1863567a4ed9f632932f2 /ChangeLog | |
parent | f0dd0ced30845735c9d3922a706ff3a508b3c0b6 (diff) | |
download | zsh-50f88338e67084fa31be6843d47bd4d675458e7a.tar.gz zsh-50f88338e67084fa31be6843d47bd4d675458e7a.tar.xz zsh-50f88338e67084fa31be6843d47bd4d675458e7a.zip |
Assorted "make check" tweaks.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ead54661d..346f2fd5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2001-06-24 Bart Schaefer <schaefer@zsh.org> + * 15060: Test/A02alias.ztst: Change expected return value to + account for 15050. + + * 15060: Test/Y01completion.ztst, Test/Y02compmatch.ztst, + Test/Y03arguments.ztst, Test/comptest: Abandon the tests during + the %prep section if the zpty module can't be loaded. + * 15057: Src/exec.c: PRINT_EXIT_VALUE for shell functions, too. 2001-06-23 Bart Schaefer <schaefer@zsh.org> |