fix the fuzz
This commit is contained in:
parent
063897c2f3
commit
23a4715f2a
@ -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,
|
* 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,
|
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.
|
since it compares only the always-stat'd command-line arguments.
|
||||||
* NEWS (Bug fixes): Mention it.
|
|
||||||
---
|
---
|
||||||
NEWS | 5 +++
|
|
||||||
src/ls.c | 23 +++++++++++-
|
src/ls.c | 23 +++++++++++-
|
||||||
tests/Makefile.am | 1 +
|
tests/Makefile.am | 1 +
|
||||||
tests/ls/readdir-mountpoint-inode | 72 +++++++++++++++++++++++++++++++++++++
|
tests/ls/readdir-mountpoint-inode | 72 +++++++++++++++++++++++++++++++++++++
|
||||||
tests/ls/stat-vs-dirent | 7 +---
|
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
|
create mode 100755 tests/ls/readdir-mountpoint-inode
|
||||||
|
|
||||||
diff --git a/NEWS b/NEWS
|
diff --git a/NEWS b/NEWS
|
||||||
|
Loading…
Reference in New Issue
Block a user