diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-05-26 01:51:28 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-05-26 01:51:28 +0000 |
commit | ff98487aa5a218271c6af14d5f0cd57db9d625a8 (patch) | |
tree | a45c3f0c8b602cd9e0bdd6087b1a4179c0c8e4a6 /ChangeLog | |
parent | 537a237f2beb6b2eb37777d6f56d1a295baad466 (diff) | |
download | zsh-ff98487aa5a218271c6af14d5f0cd57db9d625a8.tar.gz zsh-ff98487aa5a218271c6af14d5f0cd57db9d625a8.tar.xz zsh-ff98487aa5a218271c6af14d5f0cd57db9d625a8.zip |
Improve "make check" test for -b condition when /dev cannot be searched.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 72b3eeaba..de2e4854d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-05-25 Bart Schaefer <schaefer@zsh.org> + + * 14484: Test/C02cond.ztst: Print a warning and skip the -b test + if no block devices can be found (test only ! -b in that case). + 2001-05-25 Clint Adams <schizo@debian.org> * 14479: Completion/Debian/Command/_apt: add --reinstall. |