mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-26 15:39:06 +00:00
Test 'sv-bug-54171' produced a false-positive error as 'find' would not fail for an unreadable directory when run as root. Migrate the test to the newer shell-based tests, and add the 'skip_if_root_' guard to avoid a false-positive. * find/testsuite/find.posix/sv-bug-54171.exp: Remove. * find/testsuite/find.posix/sv-bug-54171.xo: Remove. * find/testsuite/Makefile.am (EXTRA_DIST_XO, EXTRA_DIST_EXP): Remove the above deleted test. * tests/find/depth-unreadable-dir.sh: Add test. * tests/local.mk (all_tests): Reference it. Test FP introduced in commit v4.6.0-178-gdf4610d0. Fixes https://savannah.gnu.org/bugs/?57762 and https://bugzilla.redhat.com/1799064