fix the fuzz

This commit is contained in:
Ondrej Vasik 2009-09-01 10:19:01 +00:00
parent 063897c2f3
commit 23a4715f2a

View File

@ -32,14 +32,12 @@ This bug was introduced by the 2006-02-26 commit, 33eb3efe:
* tests/ls/stat-vs-dirent: Don't suppress failure of this test,
now that ls -i is fixed. Though note that it doesn't test well,
since it compares only the always-stat'd command-line arguments.
* NEWS (Bug fixes): Mention it.
---
NEWS | 5 +++
src/ls.c | 23 +++++++++++-
tests/Makefile.am | 1 +
tests/ls/readdir-mountpoint-inode | 72 +++++++++++++++++++++++++++++++++++++
tests/ls/stat-vs-dirent | 7 +---
5 files changed, 101 insertions(+), 7 deletions(-)
4 files changed, 96 insertions(+), 7 deletions(-)
create mode 100755 tests/ls/readdir-mountpoint-inode
diff --git a/NEWS b/NEWS