mirror of
https://https.git.savannah.gnu.org/git/diffutils.git
synced 2026-01-29 19:04:12 +00:00
* tests/brief-vs-stat-zero-kernel-lies: Use "test -r" rather than just "test -f". This avoids a false test failure on a linux system with grsecurity and its GRKERNSEC_PROC_USER option enabled, for which /proc/cmdline is unreadable. Reported in https://bugs.gnu.org/26155