summaryrefslogtreecommitdiff
path: root/tests/local.mk
diff options
context:
space:
mode:
authorPeter Benie <pjb1008@cam.ac.uk>2016-06-26 19:07:45 +0100
committerPádraig Brady <P@draigBrady.com>2016-06-26 21:48:22 +0100
commit26616776c0c620ce72b3b69aa5ed63f495552a9e (patch)
tree94024fa862e8f5279884afece3c853deb9d7641c /tests/local.mk
parentef9650170f795be41223c8887258a1c596ecc162 (diff)
downloadcoreutils-26616776c0c620ce72b3b69aa5ed63f495552a9e.tar.xz
tests: verify that fts diagnoses readdir() failures
* tests/rm/rm-readdir-fail.sh: A new test to simulate readdir() failing immediately or after returning a few entries, and verifying that rm does the appropriate thing. This was initially reported at: http://bugzilla.opensuse.org/show_bug.cgi?id=984910 where it was mentioned that readdir() may fail when an NFS server has a poor readdir cookie implementation.
Diffstat (limited to 'tests/local.mk')
-rw-r--r--tests/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/local.mk b/tests/local.mk
index d3afb6e5c..3032bdafa 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -223,6 +223,7 @@ all_tests = \
tests/rm/unreadable.pl \
tests/rm/v-slash.sh \
tests/rm/many-dir-entries-vs-OOM.sh \
+ tests/rm/rm-readdir-fail.sh \
tests/chgrp/default-no-deref.sh \
tests/chgrp/deref.sh \
tests/chgrp/no-x.sh \