diff options
author | Jim Meyering <jim@meyering.net> | 2002-12-04 19:33:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-12-04 19:33:57 +0000 |
commit | ada9db6db9e94b9b0afc3a1f1636c7ca461c9b1e (patch) | |
tree | 26e0485388e18d7b4aa5d199b20225bd15cd1bea /tests/ls | |
parent | f0675b74770f6c5a6d6d8aeb71c60324f71e7da8 (diff) | |
download | coreutils-ada9db6db9e94b9b0afc3a1f1636c7ca461c9b1e.tar.xz |
update comment
Diffstat (limited to 'tests/ls')
-rwxr-xr-x | tests/ls/follow-slink | 2 |
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 |