]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
update comment
authorJim Meyering <jim@meyering.net>
Wed, 4 Dec 2002 19:33:57 +0000 (19:33 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 4 Dec 2002 19:33:57 +0000 (19:33 +0000)
tests/ls/follow-slink

index 57183864e447df96cfd6a23cfc4eaec80eef4012..05d52271810bbbbebfe02134db6afeef9f63ef78 100755 (executable)
@@ -18,7 +18,7 @@ ln -s link link || framework_failure=1
 
 # Make sure the symlink was created.
 # `ln -s link link' succeeds, but creates no file on
-# systems running some version of the DJGPP libc.
+# systems running some DJGPP-2.03 libc.
 ls -F link > /dev/null || framework_failure=1
 
 if test $framework_failure = 1; then