* tests/ls/stat-vs-dirent: Fix quoting problem in diagnostic
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Sep 2006 16:34:27 +0000 (16:34 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Sep 2006 16:34:27 +0000 (16:34 +0000)
indicating flaw in kernel.  Reword to say that the flaw isn't
serious for coreutils, since the flaw does affect ls -i.

ChangeLog
tests/ls/stat-vs-dirent

index d6d88b4..eef235e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * tests/ls/stat-vs-dirent: Fix quoting problem in diagnostic
+       indicating flaw in kernel.  Reword to say that the flaw isn't
+       serious for coreutils, since the flaw does affect ls -i.
+
        * tests/chgrp/basic: Fix bug in test case exposed by building on
        Solaris 8 in a setgid directory.  The test case incorrectly
        assumed that 'symlink' would be in group $g1.
index eab3a69..d5d418d 100755 (executable)
@@ -60,12 +60,10 @@ while :; do
     # We know from experience that there may be mismatches on some
     # buggy file systems, at mount points.
     if test "$d_ino" != "$st_ino"; then
-      echo "$0: test failed: $t/$file: d_ino($d_ino) != st_ino($st_ino)" 1>&2
-      echo "$0: This may indicate a flaw in your kernel or" \
-            "file system implementation." 1>&2
-      echo "$0: This flaw won't impact coreutils, but it may well"
-            "affect other tools,"
-      echo "$0: so you should report it to your operating system vendor." 1>&2
+      echo "$0: test failed: $t/$file: d_ino($d_ino) != st_ino($st_ino)
+       This may indicate a flaw in your kernel or file system implementation.
+       The flaw isn't serious for coreutils, but it might break other tools,
+       so you should report it to your operating system vendor." 1>&2
 
       # This test fails too often, and we don't want to be distracted
       # with reports, since the code that could be affected by the losing