tests: fix ERRORs and false FAILs on some platforms
commita2bb79844fa9ef0a24a5930c88f6abd97180b9fa
authorPádraig Brady <P@draigBrady.com>
Tue, 29 Nov 2016 21:15:59 +0000 (29 21:15 +0000)
committerPádraig Brady <P@draigBrady.com>
Tue, 29 Nov 2016 21:21:12 +0000 (29 21:21 +0000)
tree8223fe96d1875bba4f6bc5a4d40bb3a62ba5997f
parent0655b86a6ebc6f1324810d504a71803aa708d162
tests: fix ERRORs and false FAILs on some platforms

* tests/misc/ls-time.sh: Skip the test rather than ERROR
when `touch -m -d ...` fails (Hurd).
* tests/tail-2/follow-stdin.sh: Avoid false FAILs by ignoring
the variances in sterror output.
* tests/rm/rm-readdir-fail.sh: Likewise.  Also avoid ERRORs
on systems that don't define _D_EXACT_NAMELEN.
tests/misc/ls-time.sh
tests/rm/rm-readdir-fail.sh
tests/tail-2/follow-stdin.sh