1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 08:10:15 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1998-01-24 16:27:26 +00:00
parent 0d26afa6e0
commit fc68d2786b
+3 -5
View File
@@ -69,11 +69,9 @@ set `$LS -c a c`
if test "$*" = 'c a'; then
: ok
else
if test "$VERBOSE" = yes; then
# In spite of documentation, (e.g., stat(2)), neither link nor chmod
# update a file's st_ctime on SunOS4.1.4.
echo "failed ls ctime test -- this is expected at least for SunOS4.1.4" >&2
fi
# In spite of documentation, (e.g., stat(2)), neither link nor chmod
# update a file's st_ctime on SunOS4.1.4.
echo "failed ls ctime test -- this is expected at least for SunOS4.1.4" >&2
fail=1
fi