summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-12-04 19:33:57 +0000
committerJim Meyering <jim@meyering.net>2002-12-04 19:33:57 +0000
commitada9db6db9e94b9b0afc3a1f1636c7ca461c9b1e (patch)
tree26e0485388e18d7b4aa5d199b20225bd15cd1bea /tests
parentf0675b74770f6c5a6d6d8aeb71c60324f71e7da8 (diff)
downloadcoreutils-ada9db6db9e94b9b0afc3a1f1636c7ca461c9b1e.tar.xz
update comment
Diffstat (limited to 'tests')
-rwxr-xr-xtests/ls/follow-slink2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ls/follow-slink b/tests/ls/follow-slink
index 57183864e..05d522718 100755
--- a/tests/ls/follow-slink
+++ b/tests/ls/follow-slink
@@ -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