* tests/ls/stat-free-symlinks: Grep for more precise /^stat("x"/.
2007-09-27 Jim Meyering <jim@meyering.net>
+ Avoid spurious test failure when SELinux stats "selinux/class".
+ * tests/ls/stat-free-symlinks: Grep for more precise /^stat("x"/.
+
Move file-set and hash-triple modules to gnulib.
* bootstrap.conf (gnulib_modules): Remove file-set, now that
it's in gnulib, and the canonicalize module requires it there.
# With coreutils 6.9 and earlier, this file would contain a
# line showing ls had called stat on "x".
-test -s err && fail=1
+grep '^stat("x"' err && fail=1
# Check that output is colorized, as requested, too.
{