tests: avoid false failures on file systems with smaller NAME_MAX
commitb469fa044a81762a9eb0da92b4fb47467154c4f1
authorPádraig Brady <P@draigBrady.com>
Tue, 19 Feb 2013 12:06:18 +0000 (19 12:06 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 20 Feb 2013 04:04:00 +0000 (20 04:04 +0000)
treee32e55a7869aacc9789e0a818cf33134371fd8a3
parent5bff307bdbee76adad7a7990cc23d8fd43b76252
tests: avoid false failures on file systems with smaller NAME_MAX

* tests/du/long-from-unreadable.sh: This test requires a NAME_MAX
of at least 200, so skip the test otherwise.
* tests/rm/deep-2.sh: Likewise.
Reported by C de-Avillez with ecryptfs where NAME_MAX = 143.
tests/du/long-from-unreadable.sh
tests/rm/deep-2.sh